Fix gcc4 build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39670 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -367,7 +367,7 @@ OffscreenClock::_DrawHands(float x, float y, float radius,
|
|||||||
|
|
||||||
|
|
||||||
TAnalogClock::TAnalogClock(BRect frame, const char* name,
|
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),
|
BView(frame, name, B_FOLLOW_NONE, B_WILL_DRAW | B_DRAW_ON_CHILDREN),
|
||||||
fBitmap(NULL),
|
fBitmap(NULL),
|
||||||
|
|||||||
Reference in New Issue
Block a user