Commit a622328a authored by Sebastian Lauwers's avatar Sebastian Lauwers

Fix reordering compile errors

parent 5637ed08
......@@ -53,8 +53,8 @@ zmq::stream_engine_t::stream_engine_t (fd_t fd_, const options_t &options_, cons
encoder (out_batch_size),
session (NULL),
options (options_),
plugged (false),
endpoint (endpoint_)
endpoint (endpoint_),
plugged (false)
{
// Put the socket into non-blocking mode.
unblock_socket (s);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment