diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-06-14 15:57:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-06-14 15:57:45 +0300 |
commit | 33dc4573f4defbfb40b62d2d5ee1ed8f423c9db7 (patch) | |
tree | 877cd5bcdb0525af4778c6fa5b39924db47f4f9a /src/gui/widgets/listbox.h | |
parent | 1be49b309ada7c988a5b48baa83281427db778fe (diff) | |
download | plus-33dc4573f4defbfb40b62d2d5ee1ed8f423c9db7.tar.gz plus-33dc4573f4defbfb40b62d2d5ee1ed8f423c9db7.tar.bz2 plus-33dc4573f4defbfb40b62d2d5ee1ed8f423c9db7.tar.xz plus-33dc4573f4defbfb40b62d2d5ee1ed8f423c9db7.zip |
Add to Widget class method postInit().
Diffstat (limited to 'src/gui/widgets/listbox.h')
-rw-r--r-- | src/gui/widgets/listbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/listbox.h b/src/gui/widgets/listbox.h index 6e3cd2015..9dff11e09 100644 --- a/src/gui/widgets/listbox.h +++ b/src/gui/widgets/listbox.h @@ -103,7 +103,7 @@ class ListBox notfinal : public Widget, virtual ~ListBox(); - void postInit(); + void postInit() override; /** * Draws the list box. |