diff options
Diffstat (limited to 'src/gui/widgets/listbox.h')
-rw-r--r-- | src/gui/widgets/listbox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/listbox.h b/src/gui/widgets/listbox.h index fa5906077..3f4637e73 100644 --- a/src/gui/widgets/listbox.h +++ b/src/gui/widgets/listbox.h @@ -53,6 +53,8 @@ class ListBox : public gcn::ListBox, virtual ~ListBox(); + void postInit(); + /** * Draws the list box. */ |