Skip to content

Commit

Permalink
Merge pull request #135 from juseless/patch-1
Browse files Browse the repository at this point in the history
Update zmq.hpp
  • Loading branch information
bluca authored Jul 17, 2017
2 parents b838563 + 449a014 commit 749522d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zmq.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ namespace zmq
class monitor_t
{
public:
monitor_t() : socketPtr(NULL), monitor_socket{NULL} {}
monitor_t() : socketPtr(NULL), monitor_socket(NULL) {}

virtual ~monitor_t()
{
Expand Down

0 comments on commit 749522d

Please sign in to comment.