]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix compilation error
authorRobin Dunn <robin@alldunn.com>
Mon, 6 Feb 2006 21:58:56 +0000 (21:58 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 6 Feb 2006 21:58:56 +0000 (21:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/textctrl.cpp

index 381a2e3c2eca6188ff1cf1103797ee956e673974..b45dc637a979a7a753f6f5bd61addb066a614059 100644 (file)
@@ -366,7 +366,7 @@ bool wxTextCtrl::Create(wxWindow *parent, wxWindowID id,
         }
 #endif
         
-        if (!m_isInkEdit)
+        if (!IsInkEdit())
         {
             if ( m_verRichEdit == 2 )
             {