From 69a6eae9cfafc66eee1269002ec2047dfec2bdd6 Mon Sep 17 00:00:00 2001 From: "simon.kagstrom" Date: Fri, 26 Feb 2010 06:34:50 +0000 Subject: [PATCH] Don't need to be static --- Src/gui/status_bar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/gui/status_bar.cpp b/Src/gui/status_bar.cpp index fe043ee..d04b71f 100644 --- a/Src/gui/status_bar.cpp +++ b/Src/gui/status_bar.cpp @@ -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;