From 944e2b6a9d8ee97c3202ac0403edec234d0bfa31 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 24 Apr 2023 10:37:48 -0700 Subject: More tweaks to make things easier to transition. --- src/unstable/utfstring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unstable/utfstring.h') diff --git a/src/unstable/utfstring.h b/src/unstable/utfstring.h index 3c64a75..5355f3e 100644 --- a/src/unstable/utfstring.h +++ b/src/unstable/utfstring.h @@ -216,7 +216,7 @@ namespace Bu * a binary Bu::Blob. Like write, this also includes the proper BOM * at the begining. */ - Bu::Blob get( Encoding eEnc=Utf8 ) const; + Bu::String get( Encoding eEnc=Utf8 ) const; void debug() const; -- cgit v1.2.3