diff options
Diffstat (limited to 'src/gui/listbox.h')
-rw-r--r-- | src/gui/listbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/listbox.h b/src/gui/listbox.h index 1d480eb1..21172a22 100644 --- a/src/gui/listbox.h +++ b/src/gui/listbox.h @@ -42,6 +42,7 @@ class ListBox : public gcn::ListBox * Constructor. */ ListBox(gcn::ListModel *listModel); + ListBox(); /** * Draws the list box. |