mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-28 10:36:51 +00:00
Kernel: Convert VMObject & subclasses to east-const style
This commit is contained in:
@@ -27,7 +27,7 @@ ContiguousVMObject::ContiguousVMObject(size_t size, NonnullRefPtrVector<Physical
|
||||
}
|
||||
}
|
||||
|
||||
ContiguousVMObject::ContiguousVMObject(const ContiguousVMObject& other)
|
||||
ContiguousVMObject::ContiguousVMObject(ContiguousVMObject const& other)
|
||||
: VMObject(other)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user