mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 17:15:26 +00:00
Kernel: Mark private members of SharedCommittedCowPages as private
They were marked public, which seems like an obvious typo.
This commit is contained in:
committed by
Andreas Kling
parent
16d8556472
commit
542640e766
@@ -75,7 +75,7 @@ private:
|
||||
[[nodiscard]] NonnullRefPtr<PhysicalPage> take_one();
|
||||
void uncommit_one();
|
||||
|
||||
public:
|
||||
private:
|
||||
Spinlock m_lock;
|
||||
CommittedPhysicalPageSet m_committed_pages;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user