X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e348b12dcc7f994da8c2552b80d60140578a745..1bba1946d5d2c724b51d760eecbeb3238eccdb09:/src/os2/textctrl.cpp diff --git a/src/os2/textctrl.cpp b/src/os2/textctrl.cpp index 679d0fa248..9efd84b6e8 100644 --- a/src/os2/textctrl.cpp +++ b/src/os2/textctrl.cpp @@ -710,6 +710,11 @@ bool wxTextCtrl::IsModified() const return bRc; } // end of wxTextCtrl::IsModified +void wxTextCtrl::MarkDirty() +{ + wxFAIL_MSG( _T("not implemented") ); +} + // // Makes 'unmodified' //