summaryrefslogtreecommitdiff
path: root/i/marvin/src/utils/any.hh
diff options
context:
space:
mode:
Diffstat (limited to 'i/marvin/src/utils/any.hh')
-rw-r--r--i/marvin/src/utils/any.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/i/marvin/src/utils/any.hh b/i/marvin/src/utils/any.hh
index 55c8ee7..dc6204e 100644
--- a/i/marvin/src/utils/any.hh
+++ b/i/marvin/src/utils/any.hh
@@ -107,7 +107,7 @@ class bad_any_cast : public std::bad_cast
std::string what_;
public:
/// Constructor.
- bad_any_cast (const std::type_info &from, const std::type_info &to);
+ bad_any_cast (const std::type_info &to, const std::type_info &from);
/// Destructor which should throw nothing.
virtual ~bad_any_cast() throw()
{ }