summaryrefslogtreecommitdiff
path: root/src/zmq_decoder.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zmq_decoder.hpp')
-rw-r--r--src/zmq_decoder.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zmq_decoder.hpp b/src/zmq_decoder.hpp
index 59c8671..c5433b7 100644
--- a/src/zmq_decoder.hpp
+++ b/src/zmq_decoder.hpp
@@ -32,7 +32,7 @@ namespace zmq
{
public:
- zmq_decoder_t ();
+ zmq_decoder_t (size_t bufsize_);
~zmq_decoder_t ();
void set_inout (struct i_inout *destination_);