Corrected problem when compiling without FLTK_ABI_VERSION.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10327 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy
2014-09-21 14:59:11 +00:00
parent 82960c272b
commit b40ff04145
+1 -1
View File
@@ -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.