summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2016-06-30 00:01:19 +0200
committerChih-Hung Hsieh <chh@google.com>2016-06-30 00:01:19 +0200
commitc27098d4677cb5d71a40060551f774b8a3a8afaa (patch)
treefb5b444546c633e3180fc835cc990777a3427873
parentMerge "Minor minadbd cleanup." (diff)
downloadandroid_bootable_recovery-c27098d4677cb5d71a40060551f774b8a3a8afaa.tar
android_bootable_recovery-c27098d4677cb5d71a40060551f774b8a3a8afaa.tar.gz
android_bootable_recovery-c27098d4677cb5d71a40060551f774b8a3a8afaa.tar.bz2
android_bootable_recovery-c27098d4677cb5d71a40060551f774b8a3a8afaa.tar.lz
android_bootable_recovery-c27098d4677cb5d71a40060551f774b8a3a8afaa.tar.xz
android_bootable_recovery-c27098d4677cb5d71a40060551f774b8a3a8afaa.tar.zst
android_bootable_recovery-c27098d4677cb5d71a40060551f774b8a3a8afaa.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