diff options
Diffstat (limited to 'src/membuf.h')
-rw-r--r-- | src/membuf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/membuf.h b/src/membuf.h index 3de8552..c6c8079 100644 --- a/src/membuf.h +++ b/src/membuf.h | |||
@@ -47,6 +47,7 @@ namespace Bu | |||
47 | virtual void setBlocking( bool bBlocking=true ); | 47 | virtual void setBlocking( bool bBlocking=true ); |
48 | 48 | ||
49 | Bu::FString &getString(); | 49 | Bu::FString &getString(); |
50 | void setString( const Bu::FString &sNewData ); | ||
50 | 51 | ||
51 | private: | 52 | private: |
52 | Bu::FString sBuf; | 53 | Bu::FString sBuf; |