diff options
Diffstat (limited to 'gui/widget.h')
-rw-r--r-- | gui/widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/widget.h b/gui/widget.h index 37382c1914..4a7bc3a021 100644 --- a/gui/widget.h +++ b/gui/widget.h @@ -78,7 +78,7 @@ public: public: Widget(GuiObject *boss, int x, int y, int w, int h); - virtual ~Widget() {} + virtual ~Widget(); virtual int16 getAbsX() const { return _x + _boss->getChildX(); } virtual int16 getAbsY() const { return _y + _boss->getChildY(); } |