diff options
Diffstat (limited to 'src/dictionary.h')
-rw-r--r-- | src/dictionary.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dictionary.h b/src/dictionary.h index 8f4b949..39248d2 100644 --- a/src/dictionary.h +++ b/src/dictionary.h | |||
@@ -43,4 +43,6 @@ template<> | |||
43 | uint32_t __calcHashCode<Gats::String>( const Gats::String &s ); | 43 | uint32_t __calcHashCode<Gats::String>( const Gats::String &s ); |
44 | }; | 44 | }; |
45 | 45 | ||
46 | Bu::Formatter &operator<<( Bu::Formatter &f, const Gats::Dictionary &d ); | ||
47 | |||
46 | #endif | 48 | #endif |