fixed compile error on gcc 2.9
This commit is contained in:
parent
eb7fcf3f92
commit
3daae56f1b
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ const std::string& textbox::text() const
|
|||
|
||||
void textbox::clear()
|
||||
{
|
||||
text_.clear();
|
||||
text_ = "";
|
||||
cursor_ = 0;
|
||||
firstOnScreen_ = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue