X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e45080c10b11190028e843b617564caec95e82dd..2edac25b2ea3876bf57a54d314d59050b5fbd8e7:/src/msw/icon.cpp diff --git a/src/msw/icon.cpp b/src/msw/icon.cpp index ee899f2b8a..14d2029349 100644 --- a/src/msw/icon.cpp +++ b/src/msw/icon.cpp @@ -72,12 +72,12 @@ wxIcon::wxIcon(const char bits[], int width, int height) } wxIcon::wxIcon(const wxString& iconfile, - long flags, + wxBitmapType type, int desiredWidth, int desiredHeight) { - LoadFile(iconfile, flags, desiredWidth, desiredHeight); + LoadFile(iconfile, type, desiredWidth, desiredHeight); } wxIcon::wxIcon(const wxIconLocation& loc) @@ -135,7 +135,7 @@ void wxIcon::CreateIconFromXpm(const char* const* data) } bool wxIcon::LoadFile(const wxString& filename, - long type, + wxBitmapType type, int desiredWidth, int desiredHeight) { UnRef();