diff options
Diffstat (limited to 'src/gui/widgets/popup.h')
-rw-r--r-- | src/gui/widgets/popup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/popup.h b/src/gui/widgets/popup.h index b305ed0c2..7c367586b 100644 --- a/src/gui/widgets/popup.h +++ b/src/gui/widgets/popup.h @@ -65,7 +65,7 @@ class Popup : public Container, public gcn::MouseListener, /** * Destructor. Deletes all the added widgets. */ - ~Popup(); + virtual ~Popup(); /** * Sets the window container to be used by new popups. |