aboutsummaryrefslogtreecommitdiff
path: root/src/object.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2010-11-01 17:19:44 +0000
committerMike Buland <eichlan@xagasoft.com>2010-11-01 17:19:44 +0000
commit76e1ecfabd1f831bc1810aeae65c0faf61d80cee (patch)
tree50e5f7c8acd7ed30ee19e54c592c12a2a4f69b07 /src/object.h
parent8093111697385c1f9e8f72e2a7f8e12c924670e2 (diff)
downloadlibgats-76e1ecfabd1f831bc1810aeae65c0faf61d80cee.tar.gz
libgats-76e1ecfabd1f831bc1810aeae65c0faf61d80cee.tar.bz2
libgats-76e1ecfabd1f831bc1810aeae65c0faf61d80cee.tar.xz
libgats-76e1ecfabd1f831bc1810aeae65c0faf61d80cee.zip
Maybe more minor fixes?
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