Don't need to be static

This commit is contained in:
simon.kagstrom 2010-02-26 06:34:50 +00:00
parent 192bd8c7a7
commit 69a6eae9cf

View File

@ -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;