diff options
Diffstat (limited to 'src/stdstream.cpp')
-rw-r--r-- | src/stdstream.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stdstream.cpp b/src/stdstream.cpp index fb6cd36..4c2c828 100644 --- a/src/stdstream.cpp +++ b/src/stdstream.cpp | |||
@@ -96,3 +96,7 @@ void Bu::StdStream::setBlocking( bool ) | |||
96 | { | 96 | { |
97 | } | 97 | } |
98 | 98 | ||
99 | void Bu::StdStream::setSize( long iSize ) | ||
100 | { | ||
101 | } | ||
102 | |||