diff options
Diffstat (limited to '')
-rw-r--r-- | src/stable/membuf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stable/membuf.h b/src/stable/membuf.h index fc9be1f..f42cc2d 100644 --- a/src/stable/membuf.h +++ b/src/stable/membuf.h | |||
@@ -13,6 +13,7 @@ | |||
13 | #include "bu/config.h" | 13 | #include "bu/config.h" |
14 | #include "bu/stream.h" | 14 | #include "bu/stream.h" |
15 | #include "bu/string.h" | 15 | #include "bu/string.h" |
16 | #include "bu/blob.h" | ||
16 | 17 | ||
17 | namespace Bu | 18 | namespace Bu |
18 | { | 19 | { |
@@ -57,6 +58,7 @@ namespace Bu | |||
57 | virtual Bu::String getLocation() const; | 58 | virtual Bu::String getLocation() const; |
58 | 59 | ||
59 | Bu::String &getString(); | 60 | Bu::String &getString(); |
61 | Bu::Blob getBlob(); | ||
60 | void setString( const Bu::String &sNewData ); | 62 | void setString( const Bu::String &sNewData ); |
61 | 63 | ||
62 | private: | 64 | private: |