mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
Kernel: Make CoreDump::m_num_program_headers const
This makes it an error to assign to it after construction.
This commit is contained in:
@@ -59,7 +59,7 @@ private:
|
||||
|
||||
Process& m_process;
|
||||
NonnullRefPtr<FileDescription> m_fd;
|
||||
size_t m_num_program_headers;
|
||||
const size_t m_num_program_headers;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user