summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/widgets/textbox.hpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-01-27 18:57:02 +0300
committerAndrei Karas <akaras@inbox.ru>2014-01-27 18:57:02 +0300
commit9d885eab232de0acdf95405a996ed749fdbeea54 (patch)
tree3d1b0ae37bf6cec64364f7293f1b35ec4856fce2 /src/guichan/include/guichan/widgets/textbox.hpp
parent6efadd44eea9af2bd4ea5d9b6b5f6fd998408e4c (diff)
downloadmv-9d885eab232de0acdf95405a996ed749fdbeea54.tar.gz
mv-9d885eab232de0acdf95405a996ed749fdbeea54.tar.bz2
mv-9d885eab232de0acdf95405a996ed749fdbeea54.tar.xz
mv-9d885eab232de0acdf95405a996ed749fdbeea54.zip
remove platform.hpp from guichan sources.
Diffstat (limited to 'src/guichan/include/guichan/widgets/textbox.hpp')
-rw-r--r--src/guichan/include/guichan/widgets/textbox.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/guichan/include/guichan/widgets/textbox.hpp b/src/guichan/include/guichan/widgets/textbox.hpp
index 49b2a5d02..3a3205059 100644
--- a/src/guichan/include/guichan/widgets/textbox.hpp
+++ b/src/guichan/include/guichan/widgets/textbox.hpp
@@ -51,7 +51,6 @@
#include "guichan/keylistener.hpp"
#include "guichan/mouselistener.hpp"
-#include "guichan/platform.hpp"
#include "guichan/widget.hpp"
namespace gcn
@@ -59,7 +58,7 @@ namespace gcn
/**
* An implementation of a text box where a user can enter text that contains of many lines.
*/
- class GCN_CORE_DECLSPEC TextBox:
+ class TextBox:
public Widget,
public MouseListener,
public KeyListener