mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:07:46 +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
|
@ -32,7 +32,7 @@ public:
|
|||
static void lock_all();
|
||||
|
||||
virtual bool initialize() = 0;
|
||||
virtual const char* class_name() const = 0;
|
||||
virtual StringView class_name() const = 0;
|
||||
virtual NonnullRefPtr<Inode> root_inode() const = 0;
|
||||
virtual bool supports_watchers() const { return false; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue