From d10e6a5ca0905f0ef2836cd98aebfb48e7f1e8a3 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 20 Apr 2022 11:14:47 -0700 Subject: ArchiveBase/Archive renamed. More to come. --- src/stable/string.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/stable/string.h') 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 @@ #include "bu/util.h" #include "bu/sharedcore.h" #include "bu/exceptionbase.h" -#include "bu/archivebase.h" +#include "bu/archive.h" #include "bu/list.h" #include "bu/fmt.h" #include "bu/variant.h" @@ -1051,8 +1051,8 @@ namespace Bu return ret; } - ArchiveBase &operator<<( ArchiveBase &ar, const String &s ); - ArchiveBase &operator>>( ArchiveBase &ar, String &s ); + Archive &operator<<( Archive &ar, const String &s ); + Archive &operator>>( Archive &ar, String &s ); template uint32_t __calcHashCode( const T &k ); -- cgit v1.2.3