diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-18 19:53:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-19 15:12:21 +0300 |
commit | 8e4604158dfa710aa505fb97f8a6ac9a16e37997 (patch) | |
tree | dd2f78cb5a4086162aae385c29bd33b5a0a0ae1b /src/gui/widgets/popuplist.h | |
parent | 639084d63d6b135b880c71e50b9a66fbe8fc31d7 (diff) | |
download | plus-8e4604158dfa710aa505fb97f8a6ac9a16e37997.tar.gz plus-8e4604158dfa710aa505fb97f8a6ac9a16e37997.tar.bz2 plus-8e4604158dfa710aa505fb97f8a6ac9a16e37997.tar.xz plus-8e4604158dfa710aa505fb97f8a6ac9a16e37997.zip |
remove virtual method calls from popuplist constructor and destructor.
Diffstat (limited to 'src/gui/widgets/popuplist.h')
-rw-r--r-- | src/gui/widgets/popuplist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/popuplist.h b/src/gui/widgets/popuplist.h index b4575d51e..9d48ba0e7 100644 --- a/src/gui/widgets/popuplist.h +++ b/src/gui/widgets/popuplist.h @@ -44,6 +44,8 @@ class PopupList final : public Popup, A_DELETE_COPY(PopupList) + void postInit() override; + void show(int x, int y); void widgetResized(const gcn::Event &event) override; |