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 03b537ac..3ceda093 100644 --- a/compat/timer.hpp +++ b/compat/timer.hpp @@ -33,7 +33,7 @@ public: } template<typename t> - bool is_elapsed(const t& time_value) + bool is_elapsed(t&& time_value) { using namespace time_units; |