X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/79c093419e9f7e15ac1293ef0c35eaf35ee2345a..27d0dcd033be9b1356a36d582f3d3665a53e11e4:/include/wx/os2/icon.h?ds=sidebyside diff --git a/include/wx/os2/icon.h b/include/wx/os2/icon.h index 035506f8c7..3f138fb02a 100644 --- a/include/wx/os2/icon.h +++ b/include/wx/os2/icon.h @@ -66,6 +66,11 @@ public: ,int nDesiredWidth = -1 ,int nDesiredHeight = -1 ); + wxIcon(const wxIconLocation& loc) + { + LoadFile(loc.GetFileName(), wxBITMAP_TYPE_ICO); + } + ~wxIcon(); bool LoadFile( const wxString& rName