aboutsummaryrefslogtreecommitdiff
path: root/src/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object.h')
-rw-r--r--src/object.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/object.h b/src/object.h
index b2b1b92..2724189 100644
--- a/src/object.h
+++ b/src/object.h
@@ -18,7 +18,8 @@ namespace Gats
18 typeString, 18 typeString,
19 typeInteger, 19 typeInteger,
20 typeFloat, 20 typeFloat,
21 typeBoolean 21 typeBoolean,
22 typeNull
22 }; 23 };
23 24
24 /** 25 /**