X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..acb96ac277797a4b40d05264f088ee0693382f4b:/src/motif/icon.cpp diff --git a/src/motif/icon.cpp b/src/motif/icon.cpp index 2006a62b4e..f9fdf93b8d 100644 --- a/src/motif/icon.cpp +++ b/src/motif/icon.cpp @@ -9,10 +9,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "icon.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -66,5 +62,5 @@ bool wxIcon::LoadFile(const wxString& filename, wxBitmapType type, return handler->LoadFile(this, filename, type, desiredWidth, desiredHeight); else - return FALSE; + return false; }