summaryrefslogtreecommitdiff
path: root/lib/contextmenu.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/contextmenu.cc')
-rw-r--r--lib/contextmenu.cc4
1 files changed, 2 insertions, 2 deletions
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 <SDL.h>
#include <vector>
@@ -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<node>::iterator i;
ContextMenu * sub;