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

Commit 0d2565a4 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by android-build-merger
Browse files

Merge "Fix/suppress tools google-explicit-constructor warnings"

am: 18f469b0

Change-Id: Ib4632dfb6149108d7eb77c05d9f97258123b3493
parents 98eef9a9 18f469b0
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;