summaryrefslogtreecommitdiff
path: root/src/gui/widgets/characterviewsmall.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-05-30 12:32:25 +0300
committerAndrei Karas <akaras@inbox.ru>2013-05-30 12:32:25 +0300
commit256b20612d17e0cbe44332538cdedd2ef5f1a498 (patch)
tree3b1dc8115506e94e833092405ff65ab181758570 /src/gui/widgets/characterviewsmall.h
parent52c7eb5fbe9d129f9c9fba255a4d64bc6eb907b8 (diff)
downloadplus-256b20612d17e0cbe44332538cdedd2ef5f1a498.tar.gz
plus-256b20612d17e0cbe44332538cdedd2ef5f1a498.tar.bz2
plus-256b20612d17e0cbe44332538cdedd2ef5f1a498.tar.xz
plus-256b20612d17e0cbe44332538cdedd2ef5f1a498.zip
improve characterviewsmall.
Diffstat (limited to 'src/gui/widgets/characterviewsmall.h')
-rw-r--r--src/gui/widgets/characterviewsmall.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/widgets/characterviewsmall.h b/src/gui/widgets/characterviewsmall.h
index 2ad1f83d3..13e27c5d2 100644
--- a/src/gui/widgets/characterviewsmall.h
+++ b/src/gui/widgets/characterviewsmall.h
@@ -23,7 +23,7 @@
#include "gui/widgets/characterviewbase.h"
-#include "debug.h"
+#include "localconsts.h"
class CharacterViewBase;
@@ -37,9 +37,9 @@ class CharacterViewSmall final : public CharacterViewBase
~CharacterViewSmall();
- void show(const int i);
+ void show(const int i) override;
- void resize();
+ void resize() override;
void action(const gcn::ActionEvent &event) override;