From 7f380782f57089b97a04125f18d61da05292d2ba Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Thu, 16 Dec 2021 13:06:08 +0100 Subject: Fix cppcheck errors/warnings --- src/haptic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/haptic.cpp') diff --git a/src/haptic.cpp b/src/haptic.cpp index 7e09c24..370f0f9 100644 --- a/src/haptic.cpp +++ b/src/haptic.cpp @@ -39,7 +39,7 @@ class Haptic::Impl { public: - Impl(bool repeat): + explicit Impl(bool repeat): m_cancellable(g_cancellable_new()), m_repeat(repeat) { -- cgit v1.2.3