diff options
Diffstat (limited to 'src/core/script/Variant.hpp')
-rw-r--r-- | src/core/script/Variant.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |