From 2db855e00c26034b74825a70f8e6137a06c5c031 Mon Sep 17 00:00:00 2001 From: smatz Date: Tue, 1 Sep 2009 21:27:33 +0000 Subject: (svn r17359) -Fix: put static before cv qualifier, some compilers complain about that --- src/misc_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/misc_gui.cpp') diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp index a3b498706..f2caad7d2 100644 --- a/src/misc_gui.cpp +++ b/src/misc_gui.cpp @@ -408,7 +408,7 @@ struct AboutWindow : public Window { int text_position; ///< The top of the scrolling text byte counter; ///< Used to scroll the text every 5 ticks int line_height; ///< The height of a single line - const static int num_visible_lines = 19; ///< The number of lines visible simultaneously + static const int num_visible_lines = 19; ///< The number of lines visible simultaneously AboutWindow() : Window() { -- cgit v1.2.3-70-g09d2