Be able to copy active diagnostic request objects with their socket
[apps/agl-service-can-low-level.git] / CAN-binder / low-can-binding / utils / timer.hpp
index 432d513..560a818 100644 (file)
@@ -42,7 +42,7 @@ private:
 
 public:
        frequency_clock_t();
-       frequency_clock_t(float frequency);
+       explicit frequency_clock_t(float frequency);
        frequency_clock_t(float frequency, uint64_t last_tick, time_function_t time_function);
 
        float get_frequency() const;