From 451a00f7d745ea4fec6c3aa1f838c591c1e31a0f Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 22 Sep 2008 13:19:14 +0000 Subject: [PATCH] fixing typo, thanks to Angelo Mottola git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/iconbndl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/iconbndl.cpp b/src/common/iconbndl.cpp index a67762962e..8b30e0a440 100644 --- a/src/common/iconbndl.cpp +++ b/src/common/iconbndl.cpp @@ -161,7 +161,7 @@ wxIcon wxIconBundle::GetIcon(const wxSize& size) const } } -#if defined( __WXMAC__ ) && wxOSX_USE_CARRBON +#if defined( __WXMAC__ ) && wxOSX_USE_CARBON return wxIcon(iconBest.GetHICON(), size); #else return iconBest; -- 2.45.2