correct access specifier for virtuals
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -235,6 +235,7 @@ protected:
|
||||
// this macro can be used in a wxScrollHelper-derived class to forward wxWindow
|
||||
// methods to corresponding wxScrollHelper methods
|
||||
#define WX_FORWARD_TO_SCROLL_HELPER() \
|
||||
public: \
|
||||
virtual void PrepareDC(wxDC& dc) { DoPrepareDC(dc); } \
|
||||
virtual bool Layout() { return ScrollLayout(); } \
|
||||
virtual void DoSetVirtualSize(int x, int y) \
|
||||
|
Reference in New Issue
Block a user