]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textctrl.h
Fix for unhiding the other version of the base class HitTest
[wxWidgets.git] / include / wx / textctrl.h
index 379b2f43410e4744ca2adc2aaff3b107caf3848a..e93198c307f0e8ac482a53cd56c0ca6938965cb9 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     13.07.99
 // RCS-ID:      $Id$
 // Copyright:   (c) wxWidgets team
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_TEXTCTRL_H_BASE_
@@ -330,6 +330,7 @@ public:
     //
     // NB: pt is in device coords (not adjusted for the client area origin nor
     //     scrolling)
+    virtual wxTextCtrlHitTestResult HitTest(const wxPoint& pt, long *pos) const;
     virtual wxTextCtrlHitTestResult HitTest(const wxPoint& pt,
                                             wxTextCoord *col,
                                             wxTextCoord *row) const;