mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +00:00
Kernel: Make FileSystem::class_name() return a StringView
This commit is contained in:
parent
a2e734d202
commit
a803c4026c
9 changed files with 8 additions and 13 deletions
|
@ -113,7 +113,7 @@ private:
|
|||
};
|
||||
friend class Blocker;
|
||||
|
||||
virtual const char* class_name() const override { return "Plan9FS"; }
|
||||
virtual StringView class_name() const override { return "Plan9FS"sv; }
|
||||
|
||||
bool is_complete(const ReceiveCompletion&);
|
||||
KResult post_message(Message&, RefPtr<ReceiveCompletion>);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue