mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 19:19:30 +00:00
Kernel: Make AsyncDeviceRequest::name() return StringView
This commit is contained in:
parent
beeed90a3f
commit
066d3281b5
Notes:
sideshowbarker
2024-07-18 22:57:59 +09:00
Author: https://github.com/awesomekling
Commit: 066d3281b5
4 changed files with 6 additions and 6 deletions
|
@ -54,7 +54,7 @@ public:
|
|||
|
||||
virtual ~AsyncDeviceRequest();
|
||||
|
||||
virtual const char* name() const = 0;
|
||||
virtual StringView name() const = 0;
|
||||
virtual void start() = 0;
|
||||
|
||||
void add_sub_request(NonnullRefPtr<AsyncDeviceRequest>);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue