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/window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/window.h') diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h index 46cc2d831..40270673a 100644 --- a/src/gui/widgets/window.h +++ b/src/gui/widgets/window.h @@ -70,7 +70,7 @@ class Window : public gcn::Window, /** * Destructor. Deletes all the added widgets. */ - ~Window(); + virtual ~Window(); /** * Sets the window container to be used by new windows. -- cgit v1.2.3-60-g2f50