Commit 99df984b authored by m's avatar m

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

parent 6f32361f
...@@ -99,9 +99,9 @@ namespace zmq ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment