Skip to content

Commit 6323f3b

Browse files
author
Olivier Crameri
committed
Fix typo
1 parent 47adbb6 commit 6323f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ZmqContext.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class ZmqContext
1111
~ZmqContext();
1212
static ZmqContext *instance(int iothreads=4, int defaultLinger = 0) {
1313
if (!_self)
14-
_self = new ZmqContext(iothreads, defaultLinger);
14+
self_ = new ZmqContext(iothreads, defaultLinger);
1515
return self_;
1616
}
1717

0 commit comments

Comments
 (0)