diff --git a/src/Fl_Window.cxx b/src/Fl_Window.cxx index 2ef994ec0..78ab56131 100644 --- a/src/Fl_Window.cxx +++ b/src/Fl_Window.cxx @@ -471,7 +471,7 @@ void Fl_Window::wait_for_expose() { #if defined(FL_PORTING) # pragma message "FL_PORTING: implement Fl_Window::capture_titlebar_and_borders" -void capture_titlebar_and_borders(Fl_RGB_Image*& top, Fl_RGB_Image*& left, Fl_RGB_Image*& bottom, Fl_RGB_Image*& right) +void Fl_Window::capture_titlebar_and_borders(Fl_RGB_Image*& top, Fl_RGB_Image*& left, Fl_RGB_Image*& bottom, Fl_RGB_Image*& right) { top = left = bottom = right = NULL; }