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

Commit c27098d4 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh
Browse files

Fix google-explicit-constructor warnings in bootable/recovery.

Bug: 28341362
Change-Id: I4c3ab0ad0f62f8f3a6f3b30771010533a2739381
Test: build with clang-tidy
parent a49c8a19
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