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