diff options
Diffstat (limited to 'src/membuf.cpp')
-rw-r--r-- | src/membuf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/membuf.cpp b/src/membuf.cpp index 459282e..6d850bf 100644 --- a/src/membuf.cpp +++ b/src/membuf.cpp | |||
@@ -116,7 +116,7 @@ bool Bu::MemBuf::isBlocking() | |||
116 | return true; | 116 | return true; |
117 | } | 117 | } |
118 | 118 | ||
119 | void Bu::MemBuf::setBlocking( bool bBlocking ) | 119 | void Bu::MemBuf::setBlocking( bool ) |
120 | { | 120 | { |
121 | } | 121 | } |
122 | 122 | ||