mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-10 07:56:09 +00:00
Fixed spelling of parameter
This commit is contained in:
parent
46ed0920b2
commit
737927e333
@ -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_);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user