Commit 36707529 authored by Martin Sustrik's avatar Martin Sustrik

minor merge problem corrected

parent 89b1f278
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include "err.hpp" #include "err.hpp"
zmq::pub_t::pub_t (class app_thread_t *parent_) : zmq::pub_t::pub_t (class app_thread_t *parent_) :
socket_base_t (parent_) socket_base_t (parent_, ZMQ_SUB)
{ {
} }
......
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