mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-26 09:35:46 +00:00
Kernel: Convert VMObject & subclasses to east-const style
This commit is contained in:
@@ -17,7 +17,7 @@ InodeVMObject::InodeVMObject(Inode& inode, size_t size)
|
||||
{
|
||||
}
|
||||
|
||||
InodeVMObject::InodeVMObject(const InodeVMObject& other)
|
||||
InodeVMObject::InodeVMObject(InodeVMObject const& other)
|
||||
: VMObject(other)
|
||||
, m_inode(other.m_inode)
|
||||
, m_dirty_pages(page_count(), false)
|
||||
|
||||
Reference in New Issue
Block a user