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, 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
40Bu::Formatter &operator<<( Bu::Formatter &f, const Gats::Object &obj ); 42Bu::Formatter &operator<<( Bu::Formatter &f, const Gats::Object &obj );
43Bu::Formatter &operator<<( Bu::Formatter &f, const Gats::Type &t );
41 44
42#endif 45#endif