From 26021c2c529b881f3a2ecece4db7c6982da7a24a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 19 Feb 2004 02:50:31 +0000 Subject: [PATCH] Fixed two bugs. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6643 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/interface/ScrollView.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/headers/os/interface/ScrollView.h b/headers/os/interface/ScrollView.h index c3a90841ec..a00f1f93c9 100644 --- a/headers/os/interface/ScrollView.h +++ b/headers/os/interface/ScrollView.h @@ -27,12 +27,12 @@ class BScrollView : public BView { virtual void Draw(BRect updateRect); virtual void AttachedToWindow(); - BScrollBar *ScrollBar(orientation posture); + BScrollBar *ScrollBar(orientation posture) const; virtual void SetBorder(border_style border); border_style Border() const; - virtual void SetBorderHighlighted(bool state); + virtual status_t SetBorderHighlighted(bool state); bool IsBorderHighlighted() const; void SetTarget(BView *target);