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/widgets.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/widgets.cc') diff --git a/lib/widgets.cc b/lib/widgets.cc index 02b6d6f..2cc7295 100644 --- a/lib/widgets.cc +++ b/lib/widgets.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: widgets.cc,v 1.18 2006-02-01 18:32:26 pixel Exp $ */ +/* $Id: widgets.cc,v 1.19 2006-02-02 11:01:13 pixel Exp $ */ #include #include @@ -724,7 +724,7 @@ mogltk::widgets::Button::Button(action * _a, shape * sh, widget * father, int x, caption = _caption; } -mogltk::widgets::Button::~Button() { +mogltk::widgets::Button::~Button() throw (GeneralException) { if (cascade) delete cascade; } @@ -859,7 +859,7 @@ mogltk::widgets::MsgBox::MsgBox(action * a, shape * sh, mogltk::widget * father, set_exclusive(father); } -mogltk::widgets::MsgBox::~MsgBox() { +mogltk::widgets::MsgBox::~MsgBox() throw (GeneralException) { unset_exclusive(Father()); } -- cgit v1.2.3