X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1248b41f9f71110347659db8c54c75786eba23c6..5f8ba10e863cf2df9ac0a10033a7d5d866002337:/src/motif/icon.cpp diff --git a/src/motif/icon.cpp b/src/motif/icon.cpp index 2006a62b4e..b1a4a57d6b 100644 --- a/src/motif/icon.cpp +++ b/src/motif/icon.cpp @@ -66,5 +66,5 @@ bool wxIcon::LoadFile(const wxString& filename, wxBitmapType type, return handler->LoadFile(this, filename, type, desiredWidth, desiredHeight); else - return FALSE; + return false; }