From 709feaf70c6fb0136a181101a32a7b8d34a75d37 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sun, 6 Feb 2005 21:39:11 +0000 Subject: [PATCH] GTK 1.2 compilo/link error. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/bitmap.cpp | 3 ++- src/gtk1/bitmap.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/gtk/bitmap.cpp b/src/gtk/bitmap.cpp index 90d40cefbf..c8b75d0a4c 100644 --- a/src/gtk/bitmap.cpp +++ b/src/gtk/bitmap.cpp @@ -1555,6 +1555,8 @@ void wxBitmap::PurgeOtherRepresentations(wxBitmap::Representation keep) } } +#endif // __WXGTK20__ + //----------------------------------------------------------------------------- // wxBitmapHandler //----------------------------------------------------------------------------- @@ -1587,4 +1589,3 @@ bool wxBitmapHandler::SaveFile(const wxBitmap *bitmap, const wxString& name, int } -#endif // __WXGTK20__ diff --git a/src/gtk1/bitmap.cpp b/src/gtk1/bitmap.cpp index 90d40cefbf..c8b75d0a4c 100644 --- a/src/gtk1/bitmap.cpp +++ b/src/gtk1/bitmap.cpp @@ -1555,6 +1555,8 @@ void wxBitmap::PurgeOtherRepresentations(wxBitmap::Representation keep) } } +#endif // __WXGTK20__ + //----------------------------------------------------------------------------- // wxBitmapHandler //----------------------------------------------------------------------------- @@ -1587,4 +1589,3 @@ bool wxBitmapHandler::SaveFile(const wxBitmap *bitmap, const wxString& name, int } -#endif // __WXGTK20__ -- 2.50.0