-wxIcon::wxIcon(const wxString& icon_file, long flags,
- int desiredWidth, int desiredHeight)
+wxIcon::wxIcon(const wxString& icon_file, wxBitmapType type,
+ int desiredWidth, int desiredHeight)
+
+{
+ LoadFile(icon_file, type, desiredWidth, desiredHeight);
+}