diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-19 22:58:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-21 00:02:09 +0300 |
commit | b3d0587b122e94acee6003f1c4b350a8e55d43a5 (patch) | |
tree | bdb4229e46c38b5d7e91230e13add9d36cb9e2e6 | |
parent | 08db2d71444a1d2db43d5242c2f6b7817614fa5a (diff) | |
download | plus-b3d0587b122e94acee6003f1c4b350a8e55d43a5.tar.gz plus-b3d0587b122e94acee6003f1c4b350a8e55d43a5.tar.bz2 plus-b3d0587b122e94acee6003f1c4b350a8e55d43a5.tar.xz plus-b3d0587b122e94acee6003f1c4b350a8e55d43a5.zip |
improve setup chat tab.
-rw-r--r-- | src/gui/setup_chat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/setup_chat.h b/src/gui/setup_chat.h index 53818caf4..4251ebe17 100644 --- a/src/gui/setup_chat.h +++ b/src/gui/setup_chat.h @@ -37,9 +37,9 @@ class Setup_Chat final : public SetupTabScroll A_DELETE_COPY(Setup_Chat) - void apply(); + void apply() override; - void externalUpdated(); + void externalUpdated() override; }; #endif |