Fix bad combination of gcc3, -Werror and private destructor.

This commit is contained in:
m 2012-01-27 12:23:32 -08:00
parent 6f32361fea
commit 99df984be1

View File

@ -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;