From 14e347007a2af81f2aa05b501e31a241b1a97ca9 Mon Sep 17 00:00:00 2001 From: pixel Date: Thu, 2 Feb 2006 11:01:13 +0000 Subject: Fixing old Dalos, and fixing Linux compilation. --- lib/contextmenu.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/contextmenu.cc') diff --git a/lib/contextmenu.cc b/lib/contextmenu.cc index 5b8309e..1c513cf 100644 --- a/lib/contextmenu.cc +++ b/lib/contextmenu.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: contextmenu.cc,v 1.1 2005-12-02 16:21:59 pixel Exp $ */ +/* $Id: contextmenu.cc,v 1.2 2006-02-02 11:01:13 pixel Exp $ */ #include #include @@ -81,7 +81,7 @@ int mogltk::widgets::ContextMenu::node::GetH() { mogltk::widgets::ContextMenu::ContextMenu(shape * sh, mogltk::widget * father, int x, int y) : widget(father, x, y, 8, 4, 1, "ContextMenu", sh), selected(-1), subselected(0), in_click(false), sticky(false) { } -mogltk::widgets::ContextMenu::~ContextMenu() { +mogltk::widgets::ContextMenu::~ContextMenu() throw (GeneralException) { std::vector::iterator i; ContextMenu * sub; -- cgit v1.2.3