diff options
author | Chih-Hung Hsieh <chh@google.com> | 2016-06-30 00:01:19 +0200 |
---|---|---|
committer | Chih-Hung Hsieh <chh@google.com> | 2016-06-30 00:01:19 +0200 |
commit | c27098d4677cb5d71a40060551f774b8a3a8afaa (patch) | |
tree | fb5b444546c633e3180fc835cc990777a3427873 /device.h | |
parent | Merge "Minor minadbd cleanup." (diff) | |
download | android_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 |
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 |