Commit 040d4d32 authored by Ian Barber's avatar Ian Barber

Merge pull request #408 from teotwaki/master

Fix reordering compile errors
parents 5637ed08 a622328a
......@@ -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