diff options
author | Chih-Hung Hsieh <chh@google.com> | 2016-06-30 01:14:07 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-06-30 01:14:07 +0200 |
commit | a4cd854625837bbc7ccfc84cdb312e87e0714488 (patch) | |
tree | 8589b2093f2484ad6a7cd432dc8ea2edb348751b | |
parent | Increase EIO retry count (diff) | |
parent | Merge \"Fix google-explicit-constructor warnings in bootable/recovery.\" (diff) | |
download | android_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 |
Diffstat (limited to '')
-rw-r--r-- | device.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |