summaryrefslogtreecommitdiff
path: root/src/gui/widgets/window.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-05-22 22:56:46 +0300
committerAndrei Karas <akaras@inbox.ru>2013-05-22 22:56:46 +0300
commitf9c0a11f184444b82e678b9aea4b14d3982d5201 (patch)
tree181e29a12dc5b7d56bef4a808a804b9cfe5717b9 /src/gui/widgets/window.h
parentf3405f599e202d06cfd7aa98559fd64df039242d (diff)
downloadplus-f9c0a11f184444b82e678b9aea4b14d3982d5201.tar.gz
plus-f9c0a11f184444b82e678b9aea4b14d3982d5201.tar.bz2
plus-f9c0a11f184444b82e678b9aea4b14d3982d5201.tar.xz
plus-f9c0a11f184444b82e678b9aea4b14d3982d5201.zip
improve textcommandeditor.
Diffstat (limited to 'src/gui/widgets/window.h')
-rw-r--r--src/gui/widgets/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h
index 45a70dbeb..8ff32d273 100644
--- a/src/gui/widgets/window.h
+++ b/src/gui/widgets/window.h
@@ -248,7 +248,7 @@ class Window : public gcn::Window,
* Schedule this window for deletion. It will be deleted at the start
* of the next logic update.
*/
- void scheduleDelete();
+ virtual void scheduleDelete();
/**
* Starts window resizing when appropriate.