diff options
Diffstat (limited to 'c++-qt/src/object.h')
-rw-r--r-- | c++-qt/src/object.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/c++-qt/src/object.h b/c++-qt/src/object.h index 10501e4..008ebef 100644 --- a/c++-qt/src/object.h +++ b/c++-qt/src/object.h | |||
@@ -15,7 +15,8 @@ namespace Gats | |||
15 | typeString, | 15 | typeString, |
16 | typeInteger, | 16 | typeInteger, |
17 | typeFloat, | 17 | typeFloat, |
18 | typeBoolean | 18 | typeBoolean, |
19 | typeNull | ||
19 | }; | 20 | }; |
20 | 21 | ||
21 | /** | 22 | /** |