// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
-#include "wx/app.h"
-#include "wx/textctrl.h"
+#include "wx/wxprec.h"
+#ifndef WX_PRECOMP
+ #include "wx/app.h"
+ #include "wx/textctrl.h"
+#endif //WX_PRECOMP
#include "wx/cocoa/string.h"
wxTextCtrl::~wxTextCtrl()
{
- DisassociateNSTextField(m_cocoaNSView);
+ DisassociateNSTextField(GetNSTextField());
}
void wxTextCtrl::Cocoa_didChangeText(void)
{
}
+void wxTextCtrl::MarkDirty()
+{
+}
+
void wxTextCtrl::DiscardEdits()
{
}