diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-08 10:10:09 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-08 10:10:09 +0200 |
commit | 893b27069504c37f631ca76eae4df268e40c7b2c (patch) | |
tree | c7d973cb6e86374831f4b2576615dae12a91da38 /src/gui/widgets/textbox.cpp | |
parent | ecb099225b673549179027af0d430bd9b1cfe99d (diff) | |
download | mana-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.cpp | 2 |
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); |