diff --git a/device.h b/device.h index f74b6b04..e0a3ff79 100644 --- a/device.h +++ b/device.h @@ -21,7 +21,7 @@ class Device { public: - Device(RecoveryUI* ui) : ui_(ui) { } + explicit Device(RecoveryUI* ui) : ui_(ui) { } virtual ~Device() { } // Called to obtain the UI object that should be used to display