compilation fix (Vadim, is this correct?)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ed45cddc9a
commit
94fa33a0ed
@ -92,8 +92,8 @@ public:
|
||||
// wxScrollBar actions
|
||||
void ScrollToStart();
|
||||
void ScrollToEnd();
|
||||
void ScrollLines(int nLines);
|
||||
void ScrollPages(int nPages);
|
||||
bool ScrollLines(int nLines);
|
||||
bool ScrollPages(int nPages);
|
||||
|
||||
virtual bool PerformAction(const wxControlAction& action,
|
||||
long numArg = 0,
|
||||
|
Loading…
Reference in New Issue
Block a user