aboutsummaryrefslogtreecommitdiff
path: root/include/datetime/wakeup-timer-powerd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/datetime/wakeup-timer-powerd.h')
-rw-r--r--include/datetime/wakeup-timer-powerd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/datetime/wakeup-timer-powerd.h b/include/datetime/wakeup-timer-powerd.h
index 6adbbb8..f11febe 100644
--- a/include/datetime/wakeup-timer-powerd.h
+++ b/include/datetime/wakeup-timer-powerd.h
@@ -39,7 +39,7 @@ namespace datetime {
class PowerdWakeupTimer: public WakeupTimer
{
public:
- PowerdWakeupTimer(const std::shared_ptr<Clock>&);
+ explicit PowerdWakeupTimer(const std::shared_ptr<Clock>&);
~PowerdWakeupTimer();
void set_wakeup_time(const DateTime&);
core::Signal<>& timeout();