aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-05-11 21:20:51 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-05-11 21:20:51 +0000
commitb0b52bc936772d2458305512d1450deb8af56349 (patch)
tree07508b5208c2e868e3a36da70e1b0bd9ae422e94
parent63ef264e91c492710b76ced223549555edc2065d (diff)
downloadenigma2-b0b52bc936772d2458305512d1450deb8af56349.tar.gz
enigma2-b0b52bc936772d2458305512d1450deb8af56349.zip
make swig happy
-rw-r--r--lib/gui/ewidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gui/ewidget.h b/lib/gui/ewidget.h
index 22f5103b..f7c611f6 100644
--- a/lib/gui/ewidget.h
+++ b/lib/gui/ewidget.h
@@ -13,7 +13,8 @@ class eWidget
friend class eWidgetDesktop;
public:
eWidget(eWidget *parent);
-
+ virtual ~eWidget();
+
void move(ePoint pos);
void resize(eSize size);
@@ -84,7 +85,6 @@ private:
int m_z_position;
int m_notify_child_on_position_change;
protected:
- virtual ~eWidget();
void mayKillFocus();
public: