]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/bitmap.cpp
always call GTKSetActivatesDefault(), not only if wxTE_PROCESS_ENTER style was given...
[wxWidgets.git] / src / gtk / bitmap.cpp
index e5f2b669d15636cd21817378bbd05095efeac93d..663c9ec721a9bc1f6304409c6ca1db8e4f693f61 100644 (file)
@@ -701,6 +701,9 @@ bool wxBitmap::SaveFile( const wxString &name, wxBitmapType type, const wxPalett
     wxImage image = ConvertToImage();
     return image.Ok() && image.SaveFile(name, type);
 #else // !wxUSE_IMAGE
+    wxUnusedVar(name);
+    wxUnusedVar(type);
+
     return false;
 #endif // wxUSE_IMAGE
 }