summaryrefslogtreecommitdiff
path: root/src/gui/charselectdialog.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-02-07 01:10:59 +0300
committerAndrei Karas <akaras@inbox.ru>2013-02-07 01:10:59 +0300
commit00ed76a265c1ee4ea4989f5de32ab80b6adb6623 (patch)
tree1e450140ce1b4dfa8811f8435a91ce1636224296 /src/gui/charselectdialog.h
parent7c51bd3c7f488de09a56fdd3a7d14af3763b45e2 (diff)
downloadplus-00ed76a265c1ee4ea4989f5de32ab80b6adb6623.tar.gz
plus-00ed76a265c1ee4ea4989f5de32ab80b6adb6623.tar.bz2
plus-00ed76a265c1ee4ea4989f5de32ab80b6adb6623.tar.xz
plus-00ed76a265c1ee4ea4989f5de32ab80b6adb6623.zip
Add missing close button to some windows.
Diffstat (limited to 'src/gui/charselectdialog.h')
-rw-r--r--src/gui/charselectdialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/charselectdialog.h b/src/gui/charselectdialog.h
index 87716f78e..c43bcca09 100644
--- a/src/gui/charselectdialog.h
+++ b/src/gui/charselectdialog.h
@@ -91,6 +91,8 @@ class CharSelectDialog final : public Window,
void askPasswordForDeletion(const int index);
+ void close() override;
+
private:
void attemptCharacterDelete(const int index);