mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +00:00
Kernel: Make VMObject::class_name() return a StringView
This commit is contained in:
parent
88d490566f
commit
68f2250768
5 changed files with 5 additions and 5 deletions
|
@ -122,7 +122,7 @@ private:
|
|||
explicit AnonymousVMObject(NonnullRefPtrVector<PhysicalPage>);
|
||||
explicit AnonymousVMObject(const AnonymousVMObject&);
|
||||
|
||||
virtual const char* class_name() const override { return "AnonymousVMObject"; }
|
||||
virtual StringView class_name() const override { return "AnonymousVMObject"sv; }
|
||||
|
||||
int purge_impl();
|
||||
void update_volatile_cache();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue