summaryrefslogtreecommitdiff
path: root/simple.h
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2003-06-19 17:09:07 +0000
committerweidai <weidai11@users.noreply.github.com>2003-06-19 17:09:07 +0000
commit376fe5b4ae1607f4158e16bc4ace6e5b5b01154e (patch)
tree7e300cb2827b1bf3cc05695e5e89b5ef58b1be93 /simple.h
parent5b25f4b45fb67c48df4dd576f3271fe00e30796b (diff)
downloadcryptopp-git-376fe5b4ae1607f4158e16bc4ace6e5b5b01154e.tar.gz
sync with private branch
Diffstat (limited to 'simple.h')
-rw-r--r--simple.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/simple.h b/simple.h
index 99bc0906..1727d381 100644
--- a/simple.h
+++ b/simple.h
@@ -68,7 +68,7 @@ public:
Unflushable() {}
Unflushable(BufferedTransformation *q) : T(q) {}
bool Flush(bool completeFlush, int propagation=-1, bool blocking=true)
- {return ChannelFlush(NULL_CHANNEL, completeFlush, propagation);}
+ {return ChannelFlush(NULL_CHANNEL, completeFlush, propagation, blocking);}
bool IsolatedFlush(bool hardFlush, bool blocking)
{assert(false); return false;}
bool ChannelFlush(const std::string &channel, bool hardFlush, int propagation=-1, bool blocking=true)