forcibly call operator

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33809 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2005-04-21 22:13:09 +00:00
parent fcc7c995c0
commit a7780bb4cc

View File

@@ -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; }