summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2016-06-30 01:06:33 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-06-30 01:06:33 +0200
commita9f648f01099e593aaa25f364291a38fa8f60dc2 (patch)
treefb5b444546c633e3180fc835cc990777a3427873
parentMerge "Minor minadbd cleanup." (diff)
parentFix google-explicit-constructor warnings in bootable/recovery. (diff)
downloadandroid_bootable_recovery-a9f648f01099e593aaa25f364291a38fa8f60dc2.tar
android_bootable_recovery-a9f648f01099e593aaa25f364291a38fa8f60dc2.tar.gz
android_bootable_recovery-a9f648f01099e593aaa25f364291a38fa8f60dc2.tar.bz2
android_bootable_recovery-a9f648f01099e593aaa25f364291a38fa8f60dc2.tar.lz
android_bootable_recovery-a9f648f01099e593aaa25f364291a38fa8f60dc2.tar.xz
android_bootable_recovery-a9f648f01099e593aaa25f364291a38fa8f60dc2.tar.zst
android_bootable_recovery-a9f648f01099e593aaa25f364291a38fa8f60dc2.zip
-rw-r--r--device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/device.h b/device.h
index f74b6b047..e0a3ff795 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