Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphofmann committed Dec 6, 2023
1 parent 9181c9e commit 272f039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Sentry/include/SentryTime.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 272f039

Please sign in to comment.