]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/core/private/strconv_cf.h
removing NSWindow based mouse tracking in favour of 10.5+ trackingArea implementation
[wxWidgets.git] / include / wx / osx / core / private / strconv_cf.h
index 07a98a1de034c7cb6e5e8224d4c30bacba5909f2..a2955285764446504eed9b65fc352f40f281f541 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        include/wx/mac/corefoundation/strconv_cf.h
+// Name:        wx/osx/core/private/strconv_cf.h
 // Purpose:     Unicode conversion classes
 // Author:      David Elliott, Ryan Norton
 // Modified by:
@@ -295,7 +295,7 @@ public:
         Init(CFStringGetSystemEncoding()) ;
     }
 
-    wxMBConv_cf(const wxMBConv_cf& conv)
+    wxMBConv_cf(const wxMBConv_cf& conv) : wxMBConv()
     {
         m_encoding = conv.m_encoding;
     }