Clock: fixes 64 bit warnings

This commit is contained in:
Jérôme Duval 2013-05-10 20:09:22 +02:00
parent 99f76d5df5
commit 981062893e

View File

@ -333,7 +333,7 @@ void
TOnscreenView::MouseDown( BPoint point )
{
BPoint cursor;
ulong buttons;
uint32 buttons;
BRect bounds = Bounds();
GetMouse(&cursor,&buttons);