aboutsummaryrefslogtreecommitdiff
path: root/daemon/led_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/led_driver.h')
-rw-r--r--daemon/led_driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/led_driver.h b/daemon/led_driver.h
index 4dfc042..15c25e6 100644
--- a/daemon/led_driver.h
+++ b/daemon/led_driver.h
@@ -53,7 +53,7 @@ class LedDriverInfoBase {
template <class T, class PARAM>
class LedDriverInfo : public LedDriverInfoBase {
public:
- LedDriverInfo(PARAM param) : param_(param) {}
+ explicit LedDriverInfo(PARAM param) : param_(param) {}
~LedDriverInfo() override {}
std::string Compat() override { return T::Compat(); }