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