X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/233f573883834b6c86ad5a9d72fdb6a260f74f81..3678169caab0f713415414dce013a638305f3cce:/include/wx/osx/core/private/strconv_cf.h diff --git a/include/wx/osx/core/private/strconv_cf.h b/include/wx/osx/core/private/strconv_cf.h index 1c49cc3919..a295528576 100644 --- a/include/wx/osx/core/private/strconv_cf.h +++ b/include/wx/osx/core/private/strconv_cf.h @@ -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; }