mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-13 07:05:12 +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()
|
||||
{
|
||||
static const char *text[2];
|
||||
const char *text[2];
|
||||
|
||||
this->cur_message = this->dequeueMessage();
|
||||
text[0] = this->cur_message;
|
||||
|
Loading…
Reference in New Issue
Block a user