diff options
Diffstat (limited to '')
-rw-r--r-- | src/unstable/utfstring.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
216 | * a binary Bu::Blob. Like write, this also includes the proper BOM | 216 | * a binary Bu::Blob. Like write, this also includes the proper BOM |
217 | * at the begining. | 217 | * at the begining. |
218 | */ | 218 | */ |
219 | Bu::Blob get( Encoding eEnc=Utf8 ) const; | 219 | Bu::String get( Encoding eEnc=Utf8 ) const; |
220 | 220 | ||
221 | void debug() const; | 221 | void debug() const; |
222 | 222 | ||