aboutsummaryrefslogtreecommitdiff
path: root/src/variant.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/variant.h')
-rw-r--r--src/variant.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/variant.h b/src/variant.h
index 9819f2c..f659ad2 100644
--- a/src/variant.h
+++ b/src/variant.h
@@ -114,6 +114,7 @@ namespace Bu
114 public: 114 public:
115 Variant(); 115 Variant();
116 Variant( const Variant &v ); 116 Variant( const Variant &v );
117 Variant( const char *t );
117 template<class t> 118 template<class t>
118 Variant( const t &v ) : 119 Variant( const t &v ) :
119 pCore( new VariantType<t>() ) 120 pCore( new VariantType<t>() )