X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/830f8f11bca5c0892ae767ba14790c8b5b59011f..467e04791c0d5914dc8ed8e535af607f7fc1dfe1:/include/wx/txtstrm.h diff --git a/include/wx/txtstrm.h b/include/wx/txtstrm.h index d8011a8e49..b5d94c749f 100644 --- a/include/wx/txtstrm.h +++ b/include/wx/txtstrm.h @@ -81,7 +81,7 @@ protected: char m_lastBytes[10]; // stores the bytes that were read for the last character #if wxUSE_UNICODE - wxMBConv m_conv; + wxMBConv *m_conv; #endif bool EatEOL(const wxChar &c); @@ -144,7 +144,7 @@ protected: wxEOL m_mode; #if wxUSE_UNICODE - wxMBConv m_conv; + wxMBConv *m_conv; #endif DECLARE_NO_COPY_CLASS(wxTextOutputStream)