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

Commit e5a794b0 authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "Make new ProcessState member const."

parents 77a4fa6b ac481b67
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;
};