X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c23a0b01b3fb667ec41fc8271ce1ee5b5aa4e19..4540e33bb6bf41cc0c951d0345dd093179d9af05:/include/wx/stubs/textctrl.h?ds=sidebyside diff --git a/include/wx/stubs/textctrl.h b/include/wx/stubs/textctrl.h index a4efeba67c..7c3d7b1ac2 100644 --- a/include/wx/stubs/textctrl.h +++ b/include/wx/stubs/textctrl.h @@ -30,9 +30,7 @@ WXDLLEXPORT_DATA(extern const char*) wxEmptyString; // Single-line text item class WXDLLEXPORT wxTextCtrl: public wxControl -// 16-bit Borland 4.0 doesn't seem to allow multiple inheritance with wxWindow and streambuf: -// it complains about deriving a huge class from the huge class streambuf. !! -// Also, can't use streambuf if making or using a DLL :-( +// TODO Some platforms/compilers don't like inheritance from streambuf. #if (defined(__BORLANDC__) && !defined(__WIN32__)) || defined(__MWERKS__) #define NO_TEXT_WINDOW_STREAM @@ -132,7 +130,7 @@ public: virtual void Command(wxCommandEvent& event); protected: - wxString fileName; + wxString m_fileName; DECLARE_EVENT_TABLE() };