diff options
Diffstat (limited to 'src/stable/string.h')
-rw-r--r-- | src/stable/string.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/stable/string.h b/src/stable/string.h index c469580..b4768bb 100644 --- a/src/stable/string.h +++ b/src/stable/string.h | |||
@@ -14,7 +14,7 @@ | |||
14 | #include "bu/util.h" | 14 | #include "bu/util.h" |
15 | #include "bu/sharedcore.h" | 15 | #include "bu/sharedcore.h" |
16 | #include "bu/exceptionbase.h" | 16 | #include "bu/exceptionbase.h" |
17 | #include "bu/archivebase.h" | 17 | #include "bu/archive.h" |
18 | #include "bu/list.h" | 18 | #include "bu/list.h" |
19 | #include "bu/fmt.h" | 19 | #include "bu/fmt.h" |
20 | #include "bu/variant.h" | 20 | #include "bu/variant.h" |
@@ -1051,8 +1051,8 @@ namespace Bu | |||
1051 | return ret; | 1051 | return ret; |
1052 | } | 1052 | } |
1053 | 1053 | ||
1054 | ArchiveBase &operator<<( ArchiveBase &ar, const String &s ); | 1054 | Archive &operator<<( Archive &ar, const String &s ); |
1055 | ArchiveBase &operator>>( ArchiveBase &ar, String &s ); | 1055 | Archive &operator>>( Archive &ar, String &s ); |
1056 | 1056 | ||
1057 | template<typename T> | 1057 | template<typename T> |
1058 | uint32_t __calcHashCode( const T &k ); | 1058 | uint32_t __calcHashCode( const T &k ); |