]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/textctrl.cpp
Fixed compilation problem.
[wxWidgets.git] / src / os2 / textctrl.cpp
index 679d0fa248cd56ac7bb8bb1da1306173bd09a3ea..9efd84b6e8c1700531e3699a010f5aa4261faf74 100644 (file)
@@ -710,6 +710,11 @@ bool wxTextCtrl::IsModified() const
     return bRc;
 } // end of wxTextCtrl::IsModified
 
+void wxTextCtrl::MarkDirty()
+{
+    wxFAIL_MSG( _T("not implemented") );
+}
+
 //
 // Makes 'unmodified'
 //