Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7a9ab592 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by android-build-merger
Browse files

Merge \\\\"Fix google-explicit-constructor warnings in bootable/recovery.\\\\"...

Merge \\\\"Fix google-explicit-constructor warnings in bootable/recovery.\\\\" am: a9f648f0 am: 8e6e4bc9 am: a4cd8546
am: 34edfe17

Change-Id: Ic8019b8497dce005caefd921b114749a5ec300a7
parents 06eae1ec 34edfe17
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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