From b40ff04145373fd82d80b43b9e22ec8ab84e6055 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 21 Sep 2014 14:59:11 +0000 Subject: 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 --- src/Fl_Window_shape.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.3