summaryrefslogtreecommitdiff
path: root/i/marvin/src/utils/any.hh
diff options
context:
space:
mode:
authorschodet2006-02-12 19:28:26 +0000
committerschodet2006-02-12 19:28:26 +0000
commit29f856a8ef10f6580a7e780c889a561fd4d15a19 (patch)
treefc4049bd3af2923c6520e45fc2ab9dd8f11b9c44 /i/marvin/src/utils/any.hh
parentf568d27ea5c68d693900cc36a04f975027f52220 (diff)
Toujours plus implicite.
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 d04b263..55c8ee7 100644
--- a/i/marvin/src/utils/any.hh
+++ b/i/marvin/src/utils/any.hh
@@ -41,7 +41,7 @@ class any
any (void);
/// Constructor.
template<typename T>
- explicit any (const T &value);
+ any (const T &value);
/// Copy constructor.
any (const any &other);
/// Destructor.