Fix reordering compile errors

This commit is contained in:
Sebastian Lauwers 2012-08-04 12:39:46 +02:00
parent 5637ed08a5
commit a622328a9c

View File

@ -53,8 +53,8 @@ zmq::stream_engine_t::stream_engine_t (fd_t fd_, const options_t &options_, cons
encoder (out_batch_size), encoder (out_batch_size),
session (NULL), session (NULL),
options (options_), options (options_),
plugged (false), endpoint (endpoint_),
endpoint (endpoint_) plugged (false)
{ {
// Put the socket into non-blocking mode. // Put the socket into non-blocking mode.
unblock_socket (s); unblock_socket (s);