Skip to content

Commit a79b6c3

Browse files
author
Olivier Crameri
committed
Fix the same typo once more
1 parent 6323f3b commit a79b6c3

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
@@ -10,7 +10,7 @@ class ZmqContext
1010
ZmqContext(int iothreads, int defaultLinger);
1111
~ZmqContext();
1212
static ZmqContext *instance(int iothreads=4, int defaultLinger = 0) {
13-
if (!_self)
13+
if (!self_)
1414
self_ = new ZmqContext(iothreads, defaultLinger);
1515
return self_;
1616
}

0 commit comments

Comments
 (0)