From 16d900d3e8341663e53cb1f4c719578e12df829d Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Fri, 24 Oct 2014 22:35:51 +0000 Subject: added some comments to the Variant class (not done yet), moved VarNull to Variant::Null git-svn-id: file:///var/local/svn/basicwriter@76 daaaf23c-2e50-4459-9457-1e69db5a47bf --- src/core/script/Variant.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/script/Variant.cpp') diff --git a/src/core/script/Variant.cpp b/src/core/script/Variant.cpp index 75f46ba..72749b1 100644 --- a/src/core/script/Variant.cpp +++ b/src/core/script/Variant.cpp @@ -25,6 +25,8 @@ namespace script { /* Class Variant */ +const Variant Variant::Null; + Variant::Variant(const Variant &v) : type(v.type) { switch (v.type) { -- cgit v1.2.3