diff options
Diffstat (limited to 'src/gui/textfield.cpp')
-rw-r--r-- | src/gui/textfield.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/textfield.cpp b/src/gui/textfield.cpp index 3479355d..4022ca2d 100644 --- a/src/gui/textfield.cpp +++ b/src/gui/textfield.cpp @@ -33,7 +33,7 @@ TextField::TextField(const std::string& text): void TextField::draw(gcn::Graphics *graphics) { - int x, y, w, h, col; + int x, y, w, h; getAbsolutePosition(x, y); w = getWidth(); h = getHeight(); |