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

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

Merge "Fix google-explicit-constructor warnings in dumpstate."

parents 85598ce5 759af114
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -218,7 +218,7 @@ bool is_user_build();
 */
class DurationReporter {
public:
    DurationReporter(const char *title);
    explicit DurationReporter(const char *title);
    DurationReporter(const char *title, FILE* out);

    ~DurationReporter();