diff options
Diffstat (limited to 'plugingui/button.h')
-rw-r--r-- | plugingui/button.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/button.h b/plugingui/button.h index f409a55..04656ba 100644 --- a/plugingui/button.h +++ b/plugingui/button.h @@ -40,7 +40,7 @@ namespace GUI { class Button : public Widget { public: Button(Widget *parent); - ~Button(); + virtual ~Button(); // From Widget: bool isFocusable() override { return true; } |