]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/mimetmac.cpp
Fix STL compilation (note: this is not the correct fix, but since
[wxWidgets.git] / src / mac / carbon / mimetmac.cpp
index dafcd854cf342036f00497b2bab28b2c0a445f9d..9c0f3be67b51b5b10335ddf78d3918fe9a409a0b 100644 (file)
@@ -1173,7 +1173,7 @@ public:
     {                  }
     
     operator CFTypeRef() const
-    {return (CFTypeRef) (m_Holder.operator CFStringRef());     } //don't ask
+    {return (CFTypeRef) ((CFStringRef) m_Holder);      }
     
     bool IsOk() { return ((CFTypeRef)(*this)) != NULL; }