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

Commit 43c2670c authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Fix/suppress tools google-explicit-constructor warnings" am:...

Merge "Merge "Fix/suppress tools google-explicit-constructor warnings" am: 18f469b0 am: 0d2565a4 am: c7aeafd2"
parents 9ee7ddb4 8940b940
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ using namespace std;

struct Command
{
    Command(const string& prog);
    explicit Command(const string& prog);
    ~Command();

    void AddArg(const string& arg);
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ using namespace std;
struct Error
{
    Error();
    explicit Error(const Error& that);
    Error(const Error& that);
    Error(const string& filename, int lineno, const char* message);

    string filename;