From a0e0cb5ac95e779cd2746d8c1f0740e141bbcc41 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Mon, 13 Mar 2017 17:46:50 +0100 Subject: Adding/Fix classes constructors to make them correspond to the ones generated. Change-Id: I6b0b778f59ac52fe66e36a327f60ae58550ac271 Signed-off-by: Romain Forlot --- src/utils/timer.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils/timer.hpp') diff --git a/src/utils/timer.hpp b/src/utils/timer.hpp index ce6336eb..b58397ba 100644 --- a/src/utils/timer.hpp +++ b/src/utils/timer.hpp @@ -51,6 +51,7 @@ private: public: frequency_clock_t(); frequency_clock_t(float frequency); + frequency_clock_t(float frequency, unsigned long last_tick, time_function_t time_function); static float frequency_to_period(float frequency); bool started(); -- cgit 1.2.3-korg