diff options
Diffstat (limited to 'src/Fl.cxx')
| -rw-r--r-- | src/Fl.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx index e205f4407..db4e8de4e 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -556,7 +556,8 @@ double Fl::wait(double time_to_wait) { #elif defined(FL_PORTING) -# pragma message "FL_PORTING: implement waiting for a timer or a message from the system" +# pragma message "FL_PORTING: implement waiting for a timer or a message from the system" + return fl_wait(time_to_wait); #else |
