aboutsummaryrefslogtreecommitdiff
path: root/src/stable/string.h
diff options
context:
space:
mode:
authorMike Buland <mbuland@penny-arcade.com>2022-04-20 11:14:47 -0700
committerMike Buland <mbuland@penny-arcade.com>2022-04-20 11:14:47 -0700
commitd10e6a5ca0905f0ef2836cd98aebfb48e7f1e8a3 (patch)
tree0235e978cc5ffa94d790a4e26b5cf1e5492cab2b /src/stable/string.h
parent819ff3d27012b4ec4a0a21c150c112a4dd28b14d (diff)
downloadlibbu++-d10e6a5ca0905f0ef2836cd98aebfb48e7f1e8a3.tar.gz
libbu++-d10e6a5ca0905f0ef2836cd98aebfb48e7f1e8a3.tar.bz2
libbu++-d10e6a5ca0905f0ef2836cd98aebfb48e7f1e8a3.tar.xz
libbu++-d10e6a5ca0905f0ef2836cd98aebfb48e7f1e8a3.zip
ArchiveBase/Archive renamed. More to come.
Diffstat (limited to 'src/stable/string.h')
-rw-r--r--src/stable/string.h6
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 );