diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-27 09:15:21 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-27 10:36:49 +0100 |
commit | d433c4e9e956622ec7387ab9198f4db856524199 (patch) | |
tree | 16b3f933f60710e5ea33d4bb8c66cc0e7b936c71 /vcl/inc/osx/saltimer.h | |
parent | 4b98337699e5e59a543d95c73ea7c64b3d9a1caf (diff) |
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/osx/saltimer.h')
-rw-r--r-- | vcl/inc/osx/saltimer.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |