mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +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)
|
if (frameBuffer == NULL)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
std::string clear(" ");
|
std::string empty(" ");
|
||||||
setText(&clear);
|
setText(&empty);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CTextBox::clearScreenBuffer()
|
bool CTextBox::clearScreenBuffer()
|
||||||
|
Reference in New Issue
Block a user