1
0
Fork 0

(svn r17359) -Fix: put static before cv qualifier, some compilers complain about that

release/1.0
smatz 2009-09-01 21:27:33 +00:00
parent 94988a79f3
commit 2db855e00c
1 changed files with 1 additions and 1 deletions

View File

@ -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()
{