summaryrefslogtreecommitdiff
path: root/include/vcl/layout.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/layout.hxx')
-rw-r--r--include/vcl/layout.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/layout.hxx b/include/vcl/layout.hxx
index 6c9e35559fb0..3ea8d3133758 100644
--- a/include/vcl/layout.hxx
+++ b/include/vcl/layout.hxx
@@ -567,7 +567,7 @@ protected:
virtual void setAllocation(const Size &rAllocation);
DECL_LINK(ScrollBarHdl, void *);
void InitScrollBars(const Size &rRequest);
- virtual long Notify(NotifyEvent& rNEvt);
+ virtual bool Notify(NotifyEvent& rNEvt);
private:
bool m_bUserManagedScrolling;
ScrollBar m_aVScroll;