X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/233f573883834b6c86ad5a9d72fdb6a260f74f81..33f3e2b31ed781ba1446b49ec6d3e226c0a5c652:/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; }