mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 13:47:13 +01:00
Fix bad combination of gcc3, -Werror and private destructor.
This commit is contained in:
@@ -99,9 +99,9 @@ namespace zmq
|
||||
reaper_tid = 1
|
||||
};
|
||||
|
||||
~ctx_t ();
|
||||
private:
|
||||
|
||||
~ctx_t ();
|
||||
|
||||
// Used to check whether the object is a context.
|
||||
uint32_t tag;
|
||||
|
||||
Reference in New Issue
Block a user