diff options
Diffstat (limited to 'src/gui/base/widgets/listbox.hpp')
-rw-r--r-- | src/gui/base/widgets/listbox.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/base/widgets/listbox.hpp b/src/gui/base/widgets/listbox.hpp index 4046f5ddf..079e5a7d5 100644 --- a/src/gui/base/widgets/listbox.hpp +++ b/src/gui/base/widgets/listbox.hpp @@ -71,12 +71,11 @@ #include "listeners/keylistener.h" #include "listeners/mouselistener.h" +class ListModel; class SelectionListener; namespace gcn { - class ListModel; - /** * An implementation of a list box where an item can be selected. * |