aboutsummaryrefslogtreecommitdiff
path: root/src/wakeup-timer-powerd.cpp
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-02-08 22:05:22 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-02-08 22:05:22 +0100
commitb439ad041ff4478453f0bd4e00f55224d653c69b (patch)
treed04a05b67e5e7d325ca5f18a567906bcaefad6e1 /src/wakeup-timer-powerd.cpp
parent4e9da1fb0791336cc25b323aed3bbbb20c1b9fb5 (diff)
parent91af5e2854d40d06515416b4b89eb66b346ebe56 (diff)
downloadayatana-indicator-datetime-b439ad041ff4478453f0bd4e00f55224d653c69b.tar.gz
ayatana-indicator-datetime-b439ad041ff4478453f0bd4e00f55224d653c69b.tar.bz2
ayatana-indicator-datetime-b439ad041ff4478453f0bd4e00f55224d653c69b.zip
Merge branch 'tari01-pr/fix-cppcheck-suppressions'
Attributes GH PR #86: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/86
Diffstat (limited to 'src/wakeup-timer-powerd.cpp')
-rw-r--r--src/wakeup-timer-powerd.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wakeup-timer-powerd.cpp b/src/wakeup-timer-powerd.cpp
index e66c94c..f775999 100644
--- a/src/wakeup-timer-powerd.cpp
+++ b/src/wakeup-timer-powerd.cpp
@@ -1,5 +1,6 @@
/*
* Copyright 2014 Canonical Ltd.
+ * Copyright 2021 Robert Tari
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3, as published
@@ -15,6 +16,7 @@
*
* Authors:
* Charles Kerr <charles.kerr@canonical.com>
+ * Robert Tari <robert@tari.in>
*/
#include <datetime/clock.h>
@@ -38,7 +40,7 @@ class PowerdWakeupTimer::Impl
{
public:
- Impl(const std::shared_ptr<Clock>& clock):
+ explicit Impl(const std::shared_ptr<Clock>& clock):
m_clock(clock),
m_cancellable(g_cancellable_new())
{