From d433c4e9e956622ec7387ab9198f4db856524199 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 27 Feb 2019 09:15:21 +0200 Subject: convert more Start timer methods from sal_uLong->sal_uInt64 Change-Id: I1ed43bab00a5bc456032410ccf32b3fd64cc970c Reviewed-on: https://gerrit.libreoffice.org/68419 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/inc/osx/saltimer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/inc/osx') diff --git a/vcl/inc/osx/saltimer.h b/vcl/inc/osx/saltimer.h index 0680cf966bbc..cdde3ec8471d 100644 --- a/vcl/inc/osx/saltimer.h +++ b/vcl/inc/osx/saltimer.h @@ -53,7 +53,7 @@ public: AquaSalTimer(); virtual ~AquaSalTimer() override; - void Start( sal_uLong nMS ) override; + void Start( sal_uInt64 nMS ) override; void Stop() override; void handleStartTimerEvent( NSEvent* pEvent ); -- cgit