mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2025-02-19 22:02:41 +01:00
Don't need to be static
This commit is contained in:
parent
192bd8c7a7
commit
69a6eae9cf
@ -37,7 +37,7 @@ const char *StatusBar::dequeueMessage()
|
|||||||
|
|
||||||
void StatusBar::timeoutCallback()
|
void StatusBar::timeoutCallback()
|
||||||
{
|
{
|
||||||
static const char *text[2];
|
const char *text[2];
|
||||||
|
|
||||||
this->cur_message = this->dequeueMessage();
|
this->cur_message = this->dequeueMessage();
|
||||||
text[0] = this->cur_message;
|
text[0] = this->cur_message;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user