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

Commit 91e655dc authored by Yifan Hong's avatar Yifan Hong
Browse files

lshal: DISALLOW_COPY_AND_ASSIGN needs to be in private

Test: pass
Change-Id: Ic2abdbe0309957f1a72ca4a788bb09dd660c746c
parent 303322f0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -101,6 +101,7 @@ protected:
    // If an entry exist and not empty, it contains the cached content of /proc/{pid}/cmdline.
    std::map<pid_t, std::string> mCmdlines;

private:
    DISALLOW_COPY_AND_ASSIGN(ListCommand);
};