mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 23:28:11 +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
|
@ -23,7 +23,7 @@ public:
|
|||
static NonnullRefPtr<DevPtsFS> create();
|
||||
|
||||
virtual bool initialize() override;
|
||||
virtual const char* class_name() const override { return "DevPtsFS"; }
|
||||
virtual StringView class_name() const override { return "DevPtsFS"sv; }
|
||||
|
||||
virtual NonnullRefPtr<Inode> root_inode() const override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue