From f8456987d8fe69176bdfd950d72496e213407edf Mon Sep 17 00:00:00 2001 From: DaMichel Date: Wed, 6 Jul 2016 15:44:30 +0200 Subject: make things compile for me, on M$ VC++ community edition 2015 update 3 --- opentrack-compat/timer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opentrack-compat') 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; -- cgit v1.2.3