aboutsummaryrefslogtreecommitdiff
path: root/audio/bespokesynth/files/patch-libs_link_include_ableton_platforms_linux_Clock.hpp
blob: 79b302e6f861de53cc91e9436f598553c865fe44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libs/link/include/ableton/platforms/linux/Clock.hpp.orig	2022-10-18 18:10:34 UTC
+++ libs/link/include/ableton/platforms/linux/Clock.hpp
@@ -53,7 +53,7 @@ class Clock (public)
 };
 
 using ClockMonotonic = Clock<CLOCK_MONOTONIC>;
-using ClockMonotonicRaw = Clock<CLOCK_MONOTONIC_RAW>;
+using ClockMonotonicRaw = Clock<CLOCK_MONOTONIC>;
 
 } // namespace linux
 } // namespace platforms