From 827c6cd4d6273d10e4139a3f08af3d3fd25874c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Tue, 31 Mar 2009 21:35:59 +0000 Subject: [PATCH] Sorry, should have been part of last commit. Fixes the build. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29842 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/interface/ColumnListView.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/headers/private/interface/ColumnListView.h b/headers/private/interface/ColumnListView.h index 0bbc070570..3b47bb2825 100644 --- a/headers/private/interface/ColumnListView.h +++ b/headers/private/interface/ColumnListView.h @@ -244,10 +244,8 @@ private: class BColumnListView : public BView, public BInvoker { public: BColumnListView(BRect rect, - const char* name, - uint32 resizingMode, - uint32 drawFlags, - border_style = B_NO_BORDER, + const char* name, uint32 resizingMode, + uint32 flags, border_style = B_NO_BORDER, bool showHorizontalScrollbar = true); virtual ~BColumnListView(); @@ -373,6 +371,8 @@ protected: virtual void Draw(BRect updateRect); private: + void _Init(bool showHorizontalScrollbar); + rgb_color fColorList[B_COLOR_TOTAL]; BPrivate::TitleView* fTitleView; BPrivate::OutlineView* fOutlineView;