Fixed spelling of parameter

This commit is contained in:
Simon Giesecke 2018-08-09 15:57:40 +02:00
parent 46ed0920b2
commit 737927e333

View File

@ -46,10 +46,10 @@ zmq::dealer_t::~dealer_t ()
void zmq::dealer_t::xattach_pipe (pipe_t *pipe_, void zmq::dealer_t::xattach_pipe (pipe_t *pipe_,
bool subscribe_to_all_, bool subscribe_to_all_,
bool locally_initated_) bool locally_initiated_)
{ {
LIBZMQ_UNUSED (subscribe_to_all_); LIBZMQ_UNUSED (subscribe_to_all_);
LIBZMQ_UNUSED (locally_initated_); LIBZMQ_UNUSED (locally_initiated_);
zmq_assert (pipe_); zmq_assert (pipe_);