mirror of
https://github.com/zeromq/libzmq.git
synced 2025-07-02 16:55:24 +02:00
Fix bad combination of gcc3, -Werror and private destructor.
This commit is contained in:
parent
6f32361fea
commit
99df984be1
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user