summaryrefslogtreecommitdiff
path: root/src/Fl_Window_shape.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2014-09-21 14:59:11 +0000
committerManolo Gouy <Manolo>2014-09-21 14:59:11 +0000
commitb40ff04145373fd82d80b43b9e22ec8ab84e6055 (patch)
treed5a389e8eb102ff1ab4c267f1ee93eb1043c3db9 /src/Fl_Window_shape.cxx
parent82960c272bc52eca1371931678927c47a3de5c61 (diff)
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
Diffstat (limited to 'src/Fl_Window_shape.cxx')
-rw-r--r--src/Fl_Window_shape.cxx2
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.