commit | a82ee456bbb2fdcd77b782d52500650bd06d04e9 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Jun 30 18:04:38 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jun 30 18:04:38 2016 +0000 |
tree | 7285c9ec835d724794d423452b630cd6fefdf23a | |
parent | a9f648f01099e593aaa25f364291a38fa8f60dc2 [diff] | |
parent | 83ce7555183a9aa5bac6ccb82d3fa56447d22345 [diff] |
Merge "Fix install.h's use of attribute printf."
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