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/Function.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/script/Function.hpp') 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: -- cgit v1.2.3