diff options
Diffstat (limited to 'src/ctx.hpp')
-rw-r--r-- | src/ctx.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctx.hpp b/src/ctx.hpp index 33d5dad..b44d569 100644 --- a/src/ctx.hpp +++ b/src/ctx.hpp @@ -97,9 +97,9 @@ namespace zmq reaper_tid = 1 }; + ~ctx_t (); private: - ~ctx_t (); // Used to check whether the object is a context. uint32_t tag; |