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/inputtext.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/inputtext.cc') diff --git a/lib/inputtext.cc b/lib/inputtext.cc index a73a8cd..094f04b 100644 --- a/lib/inputtext.cc +++ b/lib/inputtext.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: inputtext.cc,v 1.2 2006-01-31 17:02:39 pixel Exp $ */ +/* $Id: inputtext.cc,v 1.3 2006-02-02 11:01:13 pixel Exp $ */ #include #include @@ -36,7 +36,7 @@ mogltk::widgets::InputText::InputText(mogltk::widgets::action * _a, shape * sh, set_timed_event(500); } -mogltk::widgets::InputText::~InputText() { +mogltk::widgets::InputText::~InputText() throw (GeneralException) { delete it_keyevent; } @@ -130,7 +130,7 @@ mogltk::widgets::InputDialog::InputDialog(mogltk::widgets::action * a, shape * s set_exclusive(father); } -mogltk::widgets::InputDialog::~InputDialog() { +mogltk::widgets::InputDialog::~InputDialog() throw (GeneralException) { unset_exclusive(Father()); } -- cgit v1.2.3