summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2016-06-30 01:14:07 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-06-30 01:14:07 +0200
commita4cd854625837bbc7ccfc84cdb312e87e0714488 (patch)
tree8589b2093f2484ad6a7cd432dc8ea2edb348751b
parentIncrease EIO retry count (diff)
parentMerge \"Fix google-explicit-constructor warnings in bootable/recovery.\" (diff)
downloadandroid_bootable_recovery-a4cd854625837bbc7ccfc84cdb312e87e0714488.tar
android_bootable_recovery-a4cd854625837bbc7ccfc84cdb312e87e0714488.tar.gz
android_bootable_recovery-a4cd854625837bbc7ccfc84cdb312e87e0714488.tar.bz2
android_bootable_recovery-a4cd854625837bbc7ccfc84cdb312e87e0714488.tar.lz
android_bootable_recovery-a4cd854625837bbc7ccfc84cdb312e87e0714488.tar.xz
android_bootable_recovery-a4cd854625837bbc7ccfc84cdb312e87e0714488.tar.zst
android_bootable_recovery-a4cd854625837bbc7ccfc84cdb312e87e0714488.zip
-rw-r--r--device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/device.h b/device.h
index 5017782e6..08dfcdff4 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