X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..95b4a59e67af301bb6ff061055ac5a9a09b96d6c:/interface/wx/vscroll.h diff --git a/interface/wx/vscroll.h b/interface/wx/vscroll.h index e18eeea63d..71d4ddbd8a 100644 --- a/interface/wx/vscroll.h +++ b/interface/wx/vscroll.h @@ -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.