From a7780bb4cc20c67627e1575fc5e86368bb71caf7 Mon Sep 17 00:00:00 2001 From: Ryan Norton Date: Thu, 21 Apr 2005 22:13:09 +0000 Subject: [PATCH] forcibly call operator git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33809 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/mimetmac.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mac/carbon/mimetmac.cpp b/src/mac/carbon/mimetmac.cpp index 4db3b6ae28..61f059e992 100644 --- a/src/mac/carbon/mimetmac.cpp +++ b/src/mac/carbon/mimetmac.cpp @@ -1173,7 +1173,7 @@ public: { } operator CFTypeRef() const - {return (CFTypeRef) ((CFStringRef) m_Holder); } + {return (CFTypeRef) (m_Holder.operator CFStringRef()); } //don't ask bool IsOk() { return ((CFTypeRef)(*this)) != NULL; } -- 2.45.2