diff options
Diffstat (limited to 'src/object.h')
-rw-r--r-- | src/object.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/object.h b/src/object.h index 44f9da7..1c114b3 100644 --- a/src/object.h +++ b/src/object.h | |||
@@ -35,8 +35,11 @@ namespace Gats | |||
35 | 35 | ||
36 | static Object *read( Bu::Stream &rIn ); | 36 | static Object *read( Bu::Stream &rIn ); |
37 | }; | 37 | }; |
38 | |||
39 | const char *typeToStr( Type t ); | ||
38 | }; | 40 | }; |
39 | 41 | ||
40 | Bu::Formatter &operator<<( Bu::Formatter &f, const Gats::Object &obj ); | 42 | Bu::Formatter &operator<<( Bu::Formatter &f, const Gats::Object &obj ); |
43 | Bu::Formatter &operator<<( Bu::Formatter &f, const Gats::Type &t ); | ||
41 | 44 | ||
42 | #endif | 45 | #endif |