diff options
Diffstat (limited to 'compat/timer.hpp')
-rw-r--r-- | compat/timer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/timer.hpp b/compat/timer.hpp index 288bfb1d..e9efba79 100644 --- a/compat/timer.hpp +++ b/compat/timer.hpp @@ -20,7 +20,7 @@ #include <ctime> #include <tuple> -class OPENTRACK_COMPAT_EXPORT Timer +class OTR_COMPAT_EXPORT Timer { struct timespec state; long long conv_nsecs(const struct timespec& cur) const; |