Skip to content

Commit

Permalink
Fix compilation error because of missing capital L
Browse files Browse the repository at this point in the history
  • Loading branch information
unusual-thoughts committed Apr 4, 2016
1 parent aa232bf commit fccc374
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/GUI_Fltk.cc
Expand Up @@ -37,9 +37,9 @@
#include <FL/Fl_Widget.H>
#include <FL/Fl_Button.H>
#include <FL/Fl_Check_Button.H>
#include <Fl/Fl_Value_Slider.H>
#include <Fl/Fl_Value_Input.H>
#include <Fl/Fl_Box.H>
#include <FL/Fl_Value_Slider.H>
#include <FL/Fl_Value_Input.H>
#include <FL/Fl_Box.H>


#define POLL_UPDATE 1
Expand Down

0 comments on commit fccc374

Please sign in to comment.