Fix gcc4 build.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39670 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2010-11-28 17:15:51 +00:00
parent 627ced128b
commit 5846841e68

View File

@ -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),