]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stc/stc.h
Document revisioning (including more wx-like formatting and internal function removal)
[wxWidgets.git] / include / wx / stc / stc.h
index abc9f6ac398ec006524beae6d020fc5d58b97619..5ab192da78aad44f27e3b8a2b21dc82581a4ea93 100644 (file)
@@ -3772,7 +3772,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
     {