mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 19:16:02 +00:00
asctl: Stop using DeprecatedString
This commit is contained in:
parent
8377db260f
commit
916e7a5a3f
Notes:
sideshowbarker
2024-07-17 08:42:05 +09:00
Author: https://github.com/AtkinsSJ
Commit: 916e7a5a3f
Pull-request: https://github.com/SerenityOS/serenity/pull/17793
Reviewed-by: https://github.com/krkk
Reviewed-by: https://github.com/trflynn89
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||||
auto audio_client = TRY(Audio::ConnectionToServer::try_create());
|
auto audio_client = TRY(Audio::ConnectionToServer::try_create());
|
||||||
audio_client->async_pause_playback();
|
audio_client->async_pause_playback();
|
||||||
|
|
||||||
DeprecatedString command = DeprecatedString::empty();
|
StringView command;
|
||||||
Vector<StringView> command_arguments;
|
Vector<StringView> command_arguments;
|
||||||
bool human_mode = false;
|
bool human_mode = false;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue