diff options
Diffstat (limited to 'src/core/script/Object.hpp')
-rw-r--r-- | src/core/script/Object.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/script/Object.hpp b/src/core/script/Object.hpp index fafe632..350f800 100644 --- a/src/core/script/Object.hpp +++ b/src/core/script/Object.hpp @@ -27,6 +27,8 @@ namespace ousia { namespace script { +// TODO: Check names for being proper identifiers! + /** * The Property struct represents an object property with corresponding getter * and setter function. |