diff options
Diffstat (limited to 'src/gui/buyselldialog.h')
-rw-r--r-- | src/gui/buyselldialog.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/gui/buyselldialog.h b/src/gui/buyselldialog.h index 1eb6d34f4..08a948145 100644 --- a/src/gui/buyselldialog.h +++ b/src/gui/buyselldialog.h @@ -27,10 +27,7 @@ #include <guichan/actionlistener.hpp> -namespace gcn -{ - class Button; -} +class Button; /** * A dialog to choose between buying or selling at a shop. @@ -80,7 +77,7 @@ class BuySellDialog final : public Window, public gcn::ActionListener int mNpcId; std::string mNick; - gcn::Button *mBuyButton; + Button *mBuyButton; }; #endif |