From 5846841e68ab6e6d54cc1ccbf5ba946d96d43057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sun, 28 Nov 2010 17:15:51 +0000 Subject: [PATCH] Fix gcc4 build. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39670 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/preferences/time/AnalogClock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/preferences/time/AnalogClock.cpp b/src/preferences/time/AnalogClock.cpp index 3bbbd3b28d..715f794a8c 100644 --- a/src/preferences/time/AnalogClock.cpp +++ b/src/preferences/time/AnalogClock.cpp @@ -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),