mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
- textbox: fix compilation for generic hardware
error: declaration of ‘clear’ shadows a member of 'this'
This commit is contained in:
@@ -842,8 +842,8 @@ void CTextBox::clear(void)
|
||||
if (frameBuffer == NULL)
|
||||
return;
|
||||
|
||||
std::string clear(" ");
|
||||
setText(&clear);
|
||||
std::string empty(" ");
|
||||
setText(&empty);
|
||||
}
|
||||
|
||||
bool CTextBox::clearScreenBuffer()
|
||||
|
Reference in New Issue
Block a user