X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bbcdf8bc7ca806d8278c7cb6d09d5590378b67d8..1805077dc2d42e2b04da9895316708e8f4eb9f63:/include/wx/msw/textctrl.h diff --git a/include/wx/msw/textctrl.h b/include/wx/msw/textctrl.h index 1e8e351f02..edc0de5b32 100644 --- a/include/wx/msw/textctrl.h +++ b/include/wx/msw/textctrl.h @@ -18,7 +18,7 @@ #include "wx/control.h" -#if USE_IOSTREAMH +#if wxUSE_IOSTREAMH #include #else #include @@ -147,7 +147,7 @@ public: protected: bool m_isRich; // Are we using rich text edit to implement this? - wxString fileName; + wxString m_fileName; DECLARE_EVENT_TABLE() };