fix
[enigma2.git] / lib / gui / ewidget.h
index 22f5103b0a87cb5071f70f779c72a9a42f892722..f7c611f6c144918e142e603e0577b9f5e069237d 100644 (file)
@@ -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: