diff options
Diffstat (limited to 'src/gui/inventorywindow.h')
-rw-r--r-- | src/gui/inventorywindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/inventorywindow.h b/src/gui/inventorywindow.h index 93b9c572..2c19ce26 100644 --- a/src/gui/inventorywindow.h +++ b/src/gui/inventorywindow.h @@ -25,7 +25,6 @@ #include <guichan/actionlistener.hpp> #include <guichan/selectionlistener.hpp> -#include "textbox.h" #include "window.h" #include "../guichanfwd.h" @@ -34,6 +33,7 @@ class Item; class ItemContainer; class ProgressBar; +class TextBox; /** * Inventory dialog. @@ -41,7 +41,7 @@ class ProgressBar; * \ingroup Interface */ class InventoryWindow : public Window, gcn::ActionListener, - gcn::SelectionListener + gcn::SelectionListener { public: /** |