diff options
Diffstat (limited to 'src/gui/widgets/window.h')
-rw-r--r-- | src/gui/widgets/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |