]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/stc.h.in
really correct detecting the end of UTF-7-encoded strings
[wxWidgets.git] / src / stc / stc.h.in
index 4f313a11e3bdfdc4a3d6b610c5597aff98b5addd..2cdc27b3d9dda81f91f342298115fb494294697a 100644 (file)
@@ -405,7 +405,10 @@ public:
 
     virtual void ShowPosition(long pos) { GotoPos(pos); }
 
-    using wxWindow::HitTest;
+    // FIXME-VC6: can't use wxWindow here because of "error C2603: illegal
+    //            access declaration: 'wxWindow' is not a direct base of
+    //            'wxStyledTextCtrl'" with VC6
+    using wxControl::HitTest;
 
     virtual wxTextCtrlHitTestResult HitTest(const wxPoint& pt, long *pos) const
     {