fix the build. Thanks again to luroh for watching me!

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37350 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adrien Destugues 2010-07-02 18:19:34 +00:00
parent 3cd31c8c1b
commit f097f10900
1 changed files with 2 additions and 1 deletions

View File

@ -91,7 +91,8 @@ CalendarMenuWindow::CalendarMenuWindow(BPoint where)
{
BCountry* here;
be_locale_roster->GetDefaultCountry(&here);
BPrivate::week_start startOfWeek = here->StartOfWeek();
BPrivate::week_start startOfWeek
= (BPrivate::week_start)here->StartOfWeek();
RemoveShortcut('H', B_COMMAND_KEY | B_CONTROL_KEY);
AddShortcut('W', B_COMMAND_KEY, new BMessage(B_QUIT_REQUESTED));