summaryrefslogtreecommitdiff
path: root/src/core/script/Function.hpp
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2014-10-24 22:35:51 +0000
committerandreas <andreas@daaaf23c-2e50-4459-9457-1e69db5a47bf>2014-10-24 22:35:51 +0000
commit16d900d3e8341663e53cb1f4c719578e12df829d (patch)
tree0f643861f1f773f6609fcc37c74834a083289015 /src/core/script/Function.hpp
parent7e51bf3804e50ea063fcc97b2682a32a8505902f (diff)
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
Diffstat (limited to 'src/core/script/Function.hpp')
-rw-r--r--src/core/script/Function.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/script/Function.hpp b/src/core/script/Function.hpp
index 2e92f08..43afd3d 100644
--- a/src/core/script/Function.hpp
+++ b/src/core/script/Function.hpp
@@ -307,7 +307,7 @@ protected:
throw "Setter not defined";
}
callback(args[0], data);
- return VarNull;
+ return Variant::Null;
}
public: