From: Robert Roebling Date: Sun, 6 Feb 2005 21:39:11 +0000 (+0000) Subject: GTK 1.2 compilo/link error. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/709feaf70c6fb0136a181101a32a7b8d34a75d37 GTK 1.2 compilo/link error. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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__