From 1473d17fe914267da03a0c49ceb9bc2b2ef59bb2 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Fri, 27 Jun 2008 13:45:51 +0000 Subject: [PATCH] Fix warning git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/iconbndl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/iconbndl.h b/include/wx/iconbndl.h index 24ccb6b56e..1f0747547d 100644 --- a/include/wx/iconbndl.h +++ b/include/wx/iconbndl.h @@ -87,7 +87,7 @@ public: #if WXWIN_COMPATIBILITY_2_8 wxDEPRECATED( void AddIcon(const wxString& file, long type) { - AddIcon(file, (long)type); + AddIcon(file, (wxBitmapType)type); } ) -- 2.50.0