From: Stefan Csomor Date: Fri, 11 Jan 2002 17:50:01 +0000 (+0000) Subject: include changes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cf6674a42d28718214ed392b678b9a47cafd10fc?ds=sidebyside include changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/uma.cpp b/src/mac/carbon/uma.cpp index 2ca3e8cc2b..4fe99c0e6a 100644 --- a/src/mac/carbon/uma.cpp +++ b/src/mac/carbon/uma.cpp @@ -379,7 +379,7 @@ GrafPtr UMAGetWindowPort( WindowRef inWindowRef ) { wxASSERT( inWindowRef != NULL ) ; #if TARGET_CARBON - return GetWindowPort( inWindowRef ) ; + return (GrafPtr) GetWindowPort( inWindowRef ) ; #else return (GrafPtr) inWindowRef ; #endif diff --git a/src/mac/uma.cpp b/src/mac/uma.cpp index 2ca3e8cc2b..4fe99c0e6a 100644 --- a/src/mac/uma.cpp +++ b/src/mac/uma.cpp @@ -379,7 +379,7 @@ GrafPtr UMAGetWindowPort( WindowRef inWindowRef ) { wxASSERT( inWindowRef != NULL ) ; #if TARGET_CARBON - return GetWindowPort( inWindowRef ) ; + return (GrafPtr) GetWindowPort( inWindowRef ) ; #else return (GrafPtr) inWindowRef ; #endif