mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-19 03:39:20 +00:00
fixed compile error on gcc 2.9
This commit is contained in:
parent
eb7fcf3f92
commit
3daae56f1b
@ -51,7 +51,7 @@ const std::string& textbox::text() const
|
||||
|
||||
void textbox::clear()
|
||||
{
|
||||
text_.clear();
|
||||
text_ = "";
|
||||
cursor_ = 0;
|
||||
firstOnScreen_ = 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user