diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2016-06-30 01:06:33 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-06-30 01:06:33 +0200 |
commit | a9f648f01099e593aaa25f364291a38fa8f60dc2 (patch) | |
tree | fb5b444546c633e3180fc835cc990777a3427873 | |
parent | Merge "Minor minadbd cleanup." (diff) | |
parent | Fix google-explicit-constructor warnings in bootable/recovery. (diff) | |
download | android_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.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 |