From 45f77fd60f71322b288a4497dea5b583b2692613 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 26 Sep 2013 12:42:21 +0300 Subject: Change destructors to virtual in all basic classes. Also add some missing final to classes. --- src/gui/widgets/popup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/popup.h') 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. -- cgit v1.2.3-70-g09d2