mirror of
https://github.com/zeromq/libzmq.git
synced 2025-07-03 17:17:14 +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
|
reaper_tid = 1
|
||||||
};
|
};
|
||||||
|
|
||||||
|
~ctx_t ();
|
||||||
private:
|
private:
|
||||||
|
|
||||||
~ctx_t ();
|
|
||||||
|
|
||||||
// Used to check whether the object is a context.
|
// Used to check whether the object is a context.
|
||||||
uint32_t tag;
|
uint32_t tag;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user