From 272f03983453d46c8d8900442dd4a4deb48e0109 Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Wed, 6 Dec 2023 10:17:29 +0100 Subject: [PATCH] fix build --- Sources/Sentry/include/SentryTime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Sentry/include/SentryTime.h b/Sources/Sentry/include/SentryTime.h index 88d3341ae61..50ab2098e60 100644 --- a/Sources/Sentry/include/SentryTime.h +++ b/Sources/Sentry/include/SentryTime.h @@ -12,7 +12,7 @@ SENTRY_EXTERN_C_BEGIN uint64_t timeIntervalToNanoseconds(double seconds); /** Converts integer nanoseconds to a @c NSTimeInterval. */ -NSTimeInterval nanosecondsToTimeInterval(uint64_t nanoseconds); +double nanosecondsToTimeInterval(uint64_t nanoseconds); /** * Returns the absolute timestamp, which has no defined reference point or unit