diff options
Diffstat (limited to 'opentrack-compat/timer.hpp')
-rw-r--r-- | opentrack-compat/timer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack-compat/timer.hpp b/opentrack-compat/timer.hpp index c048844c..9523c8c9 100644 --- a/opentrack-compat/timer.hpp +++ b/opentrack-compat/timer.hpp @@ -55,7 +55,7 @@ static inline void clock_gettime(int, struct timespec* ts) } # endif #endif -class OPENTRACK_COMPAT_EXPORT Timer +class Timer { private: struct timespec state; |