Fix gcc4 build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39670 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
627ced128b
commit
5846841e68
@ -367,7 +367,7 @@ OffscreenClock::_DrawHands(float x, float y, float radius,
|
||||
|
||||
|
||||
TAnalogClock::TAnalogClock(BRect frame, const char* name,
|
||||
bool drawSecondHand = true, bool interactive = true)
|
||||
bool drawSecondHand, bool interactive)
|
||||
:
|
||||
BView(frame, name, B_FOLLOW_NONE, B_WILL_DRAW | B_DRAW_ON_CHILDREN),
|
||||
fBitmap(NULL),
|
||||
|
Loading…
x
Reference in New Issue
Block a user