summaryrefslogtreecommitdiff
path: root/i/marvin
diff options
context:
space:
mode:
Diffstat (limited to 'i/marvin')
-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 e61f312..d04b263 100644
--- a/i/marvin/src/utils/any.hh
+++ b/i/marvin/src/utils/any.hh
@@ -43,7 +43,7 @@ class any
template<typename T>
explicit any (const T &value);
/// Copy constructor.
- explicit any (const any &other);
+ any (const any &other);
/// Destructor.
~any (void);
/// Swap content between two any objects.