From 76e1ecfabd1f831bc1810aeae65c0faf61d80cee Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 1 Nov 2010 17:19:44 +0000 Subject: Maybe more minor fixes? --- src/object.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/object.h') 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 static Object *read( Bu::Stream &rIn ); }; + + const char *typeToStr( Type t ); }; Bu::Formatter &operator<<( Bu::Formatter &f, const Gats::Object &obj ); +Bu::Formatter &operator<<( Bu::Formatter &f, const Gats::Type &t ); #endif -- cgit v1.2.3