diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Window_shape.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Window_shape.cxx b/src/Fl_Window_shape.cxx index 7aaa629a4..79368f9bd 100644 --- a/src/Fl_Window_shape.cxx +++ b/src/Fl_Window_shape.cxx @@ -271,7 +271,7 @@ void Fl_Window::shape_pixmap_(Fl_Pixmap* pixmap) { } #if FLTK_ABI_VERSION < 10303 && !defined(FL_DOXYGEN) -shape_data_type* Fl_Window::shape_data_ = NULL; +Fl_Window::shape_data_type* Fl_Window::shape_data_ = NULL; #endif /** Assigns a non-rectangular shape to the window. |
