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

Commit a9f648f0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents a49c8a19 c27098d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -21,7 +21,7 @@


class Device {
class Device {
  public:
  public:
    Device(RecoveryUI* ui) : ui_(ui) { }
    explicit Device(RecoveryUI* ui) : ui_(ui) { }
    virtual ~Device() { }
    virtual ~Device() { }


    // Called to obtain the UI object that should be used to display
    // Called to obtain the UI object that should be used to display