summaryrefslogtreecommitdiff
path: root/src/gui/widgets/textbox.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-08 10:10:09 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-08 10:10:09 +0200
commit893b27069504c37f631ca76eae4df268e40c7b2c (patch)
treec7d973cb6e86374831f4b2576615dae12a91da38 /src/gui/widgets/textbox.cpp
parentecb099225b673549179027af0d430bd9b1cfe99d (diff)
downloadMana-893b27069504c37f631ca76eae4df268e40c7b2c.tar.gz
Mana-893b27069504c37f631ca76eae4df268e40c7b2c.tar.bz2
Mana-893b27069504c37f631ca76eae4df268e40c7b2c.tar.xz
Mana-893b27069504c37f631ca76eae4df268e40c7b2c.zip
CMake: We actually no longer depend on Guichan OpenGL
Diffstat (limited to 'src/gui/widgets/textbox.cpp')
-rw-r--r--src/gui/widgets/textbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/textbox.cpp b/src/gui/widgets/textbox.cpp
index bf3692ec..4c463078 100644
--- a/src/gui/widgets/textbox.cpp
+++ b/src/gui/widgets/textbox.cpp
@@ -28,7 +28,7 @@
#include <sstream>
TextBox::TextBox() :
- gcn::TextBox(), mTextColor(&guiPalette->getColor(Palette::TEXT))
+ gcn::TextBox(), mTextColor(&guiPalette->getColor(Palette::TEXT))
{
setOpaque(false);
setFrameSize(0);