aboutsummaryrefslogtreecommitdiff
path: root/src/object.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/object.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/object.h b/src/object.h
index 10bdc47..44f9da7 100644
--- a/src/object.h
+++ b/src/object.h
@@ -4,6 +4,7 @@
4namespace Bu 4namespace Bu
5{ 5{
6 class Stream; 6 class Stream;
7 class Formatter;
7}; 8};
8 9
9namespace Gats 10namespace Gats
@@ -36,4 +37,6 @@ namespace Gats
36 }; 37 };
37}; 38};
38 39
40Bu::Formatter &operator<<( Bu::Formatter &f, const Gats::Object &obj );
41
39#endif 42#endif