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

Commit ac481b67 authored by Martijn Coenen's avatar Martijn Coenen Committed by Steven Moreland
Browse files

Make new ProcessState member const.

Bug: 129785390
Test: builds
Change-Id: Iea4de80fdeb8395216094f9230d2b0f9a9c92c24
(cherry picked from commit 418856e083a27ef19744b12208c49c84b0bec1d0)
parent d26d3de9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@ private:
            String8             mRootDir;
            bool                mThreadPoolStarted;
    volatile int32_t            mThreadPoolSeq;
            size_t              mMmapSize;
            const size_t        mMmapSize;

            CallRestriction     mCallRestriction;
};