X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bf3e0fbd1ff071caa5d929f01ad6ef9a64ee6494..8fb66724c607c755b2b6d470b9694de7038171ec:/include/wx/textctrl.h?ds=sidebyside diff --git a/include/wx/textctrl.h b/include/wx/textctrl.h index 5e7d35a11f..223403b1c8 100644 --- a/include/wx/textctrl.h +++ b/include/wx/textctrl.h @@ -155,7 +155,7 @@ public: bool Modified() const { return IsModified(); } #endif -private: +protected: // the name of the last file loaded with LoadFile() which will be used by // SaveFile() by default wxString m_filename;