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

Commit c7aeafd2 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

Change-Id: Ibc500e408208821f3d59ecaba13552cd48a44f00
parents 5adab037 0d2565a4
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;