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

Commit 8940b940 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 am: 0d2565a4

am: c7aeafd2

Change-Id: I5fd12dc7ffdfc72da9dd1de7f67e23e7e05136df
parents 9c14f5d1 c7aeafd2
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;