summaryrefslogtreecommitdiff
path: root/src/gui/popups
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-17 22:05:53 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-19 15:12:17 +0300
commit94273f426318994df784cf85c0c18a817f913a8d (patch)
treed374772666277200afff6d28471cef3c0b7fe999 /src/gui/popups
parentfe189677b7596b3d0dbd7a2943fda37a3e5cd6a8 (diff)
downloadplus-94273f426318994df784cf85c0c18a817f913a8d.tar.gz
plus-94273f426318994df784cf85c0c18a817f913a8d.tar.bz2
plus-94273f426318994df784cf85c0c18a817f913a8d.tar.xz
plus-94273f426318994df784cf85c0c18a817f913a8d.zip
use postInit in ChatWindow.
Diffstat (limited to 'src/gui/popups')
-rw-r--r--src/gui/popups/beingpopup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/popups/beingpopup.h b/src/gui/popups/beingpopup.h
index d91464ebe..3b5a2d421 100644
--- a/src/gui/popups/beingpopup.h
+++ b/src/gui/popups/beingpopup.h
@@ -50,7 +50,7 @@ class BeingPopup final : public Popup
*/
void show(const int x, const int y, Being *const b);
- void postInit();
+ void postInit() override;
#ifdef USE_PROFILER
void logic();