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
This commit is contained in:
@@ -244,10 +244,8 @@ private:
|
|||||||
class BColumnListView : public BView, public BInvoker {
|
class BColumnListView : public BView, public BInvoker {
|
||||||
public:
|
public:
|
||||||
BColumnListView(BRect rect,
|
BColumnListView(BRect rect,
|
||||||
const char* name,
|
const char* name, uint32 resizingMode,
|
||||||
uint32 resizingMode,
|
uint32 flags, border_style = B_NO_BORDER,
|
||||||
uint32 drawFlags,
|
|
||||||
border_style = B_NO_BORDER,
|
|
||||||
bool showHorizontalScrollbar = true);
|
bool showHorizontalScrollbar = true);
|
||||||
virtual ~BColumnListView();
|
virtual ~BColumnListView();
|
||||||
|
|
||||||
@@ -373,6 +371,8 @@ protected:
|
|||||||
virtual void Draw(BRect updateRect);
|
virtual void Draw(BRect updateRect);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
void _Init(bool showHorizontalScrollbar);
|
||||||
|
|
||||||
rgb_color fColorList[B_COLOR_TOTAL];
|
rgb_color fColorList[B_COLOR_TOTAL];
|
||||||
BPrivate::TitleView* fTitleView;
|
BPrivate::TitleView* fTitleView;
|
||||||
BPrivate::OutlineView* fOutlineView;
|
BPrivate::OutlineView* fOutlineView;
|
||||||
|
|||||||
Reference in New Issue
Block a user