diff options
Diffstat (limited to 'test/blocks.cxx')
| -rw-r--r-- | test/blocks.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/blocks.cxx b/test/blocks.cxx index 792ef8b04..2128d8a08 100644 --- a/test/blocks.cxx +++ b/test/blocks.cxx @@ -451,10 +451,10 @@ class BlockWindow : public Fl_Double_Window { private: - int frames_, - frames_per_second_; - time_t frame_time_; - bool show_fps_; + int frames_, + frames_per_second_; + time_t frame_time_; + bool show_fps_; Fl_Button *help_button_, *play_button_; |
