From 7ea06d81b263d23bbe3cb5a4480e63857cb36f0f Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 26 Oct 2014 23:51:44 +0000 Subject: implemented setting/getting host variables, including host functions but not yet host objects git-svn-id: file:///var/local/svn/basicwriter@81 daaaf23c-2e50-4459-9457-1e69db5a47bf --- src/core/script/Variant.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/script/Variant.hpp') diff --git a/src/core/script/Variant.hpp b/src/core/script/Variant.hpp index 8cb0e8f..848c595 100644 --- a/src/core/script/Variant.hpp +++ b/src/core/script/Variant.hpp @@ -31,6 +31,7 @@ // TODO: Use std::unique_ptr for *Function // TODO: Move semantic in complex constructors // TODO: Delete default constructors/assignment operators in pretty much everything +// TODO: Remove implicit type conversions, but add explicit conversion function! namespace ousia { namespace script { -- cgit v1.2.3