X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/14f355c2b5c71fc7c3d680aea366582d2ac60f7b..2296fe5018d42d4e0bf9df07c37d31f60d972b32:/src/motif/icon.cpp diff --git a/src/motif/icon.cpp b/src/motif/icon.cpp index 692175a812..b1a4a57d6b 100644 --- a/src/motif/icon.cpp +++ b/src/motif/icon.cpp @@ -13,6 +13,9 @@ #pragma implementation "icon.h" #endif +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + #include "wx/icon.h" IMPLEMENT_DYNAMIC_CLASS(wxIcon, wxBitmap); @@ -63,5 +66,5 @@ bool wxIcon::LoadFile(const wxString& filename, wxBitmapType type, return handler->LoadFile(this, filename, type, desiredWidth, desiredHeight); else - return FALSE; + return false; }