X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/79c093419e9f7e15ac1293ef0c35eaf35ee2345a..66202a7ee6d36fcca5b8d7159eca7ceb743f2f77:/include/wx/os2/icon.h 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