Unified
Split
Showing
with
4 additions
and 4 deletions.
- +1 −1 src/Makefile
- +1 −1 src/TeamItem.cpp
- +1 −1 src/TeamListView.h
- +1 −1 src/ThreadItem.cpp
| @@ -79,7 +79,7 @@ RSRCS= | ||
| # naming scheme you need to specify the path to the library | ||
| # and it's name | ||
| # library: my_lib.a entry: my_lib.a or path/my_lib.a | ||
| LIBS= be columnlistview translation shared | ||
| LIBS= $(STDCPPLIBS) be columnlistview translation shared | ||
|
|
||
| # specify additional paths to directories following the standard | ||
| # libXXX.so or libXXX.a naming scheme. You can specify full paths | ||
| @@ -137,7 +137,7 @@ void TeamItem::Update(BView *owner, const BFont *font) | ||
| } | ||
|
|
||
| void TeamItem::DrawItemColumn(BView *owner, BRect itemColumnRect, int32 | ||
| columnIndex, bool complete = false) | ||
| columnIndex, bool complete) | ||
| { /* | ||
| if (columnIndex != TeamListView::CPU_ndx) | ||
| return CLVEasyItem::DrawItemColumn(owner, itemColumnRect, columnIndex, | ||
| @@ -48,7 +48,7 @@ class TeamListView : public BColumnListView { | ||
| virtual void MakeFocus(bool focused = true); | ||
|
|
||
| virtual void SelectionChanged(void); | ||
| virtual void TeamListView::KeyDown(const char* bytes, int32 numBytes); | ||
| virtual void KeyDown(const char* bytes, int32 numBytes); | ||
| virtual void MouseDown(BPoint point); | ||
| void FullListDoForEach(bool (*func)(BRow*, void*), void* data); | ||
| }; | ||
| @@ -134,7 +134,7 @@ void ThreadItem::update(thread_info *info) | ||
| } | ||
|
|
||
| void ThreadItem::DrawItemColumn(BView *owner, BRect itemColumnRect, int32 | ||
| columnIndex, bool complete = false) | ||
| columnIndex, bool complete) | ||
| { | ||
| /* | ||
| if (columnIndex != TeamListView::CPU_ndx) | ||