mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 15:26:04 +00:00
minor merge problem corrected
This commit is contained in:
parent
89b1f2782c
commit
36707529a7
@ -23,7 +23,7 @@
|
||||
#include "err.hpp"
|
||||
|
||||
zmq::pub_t::pub_t (class app_thread_t *parent_) :
|
||||
socket_base_t (parent_)
|
||||
socket_base_t (parent_, ZMQ_SUB)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user