commit | a4cd854625837bbc7ccfc84cdb312e87e0714488 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Wed Jun 29 23:14:07 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jun 29 23:14:07 2016 +0000 |
tree | 8589b2093f2484ad6a7cd432dc8ea2edb348751b | |
parent | e5c6d47f524dc6aaa99f397ad486ce45c1e28b5b [diff] | |
parent | 8e6e4bc979aff6c7e0c8174b8e9e09ba01deae9c [diff] |
Merge \\"Fix google-explicit-constructor warnings in bootable/recovery.\\" am: a9f648f010 am: 8e6e4bc979 Change-Id: Ie8f8df0583cda672e8467c6ed8dadeee888342b8
diff --git a/device.h b/device.h index 5017782..08dfcdf 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