]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/vscroll.h
even more interface fixes
[wxWidgets.git] / interface / wx / vscroll.h
index e18eeea63d0f68bfe713a8c4f0e39a595d1fbc84..71d4ddbd8a67cebeac269fd7e9babb9740974672 100644 (file)
@@ -120,7 +120,7 @@ public:
 
         @see SetTargetWindow()
     */
-    wxWindow* GetTargetWindow() const;
+    virtual wxWindow* GetTargetWindow() const;
 
     /**
         Returns the index of the first visible unit based on the scroll
@@ -177,7 +177,7 @@ public:
 
         @see GetTargetWindow()
     */
-    void SetTargetWindow(wxWindow* target);
+    virtual void SetTargetWindow(wxWindow* target);
 
     /**
         Update the thumb size shown by the scrollbar.