From b2d711c9e4f3d8939d72732df11c19fa2fe79b74 Mon Sep 17 00:00:00 2001 From: Michael Fox <415fox@gmail.com> Date: Thu, 16 Feb 2012 10:02:40 +0900 Subject: Fix bad combination of gcc3, -Werror and private destructor --- src/ctx.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ctx.hpp b/src/ctx.hpp index a813e60..8c3941f 100644 --- a/src/ctx.hpp +++ b/src/ctx.hpp @@ -102,10 +102,10 @@ namespace xs reaper_tid = 1 }; - private: - ~ctx_t (); + private: + // Used to check whether the object is a context. uint32_t tag; -- cgit v1.2.3