commit | a9f648f01099e593aaa25f364291a38fa8f60dc2 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Jun 29 23:06:33 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jun 29 23:06:33 2016 +0000 |
tree | fb5b444546c633e3180fc835cc990777a3427873 | |
parent | a49c8a19dab9f754521af8a3d9c1787ee588189f [diff] | |
parent | c27098d4677cb5d71a40060551f774b8a3a8afaa [diff] |
Merge "Fix google-explicit-constructor warnings in bootable/recovery."
diff --git a/device.h b/device.h index f74b6b0..e0a3ff7 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