asctl: Stop using DeprecatedString

This commit is contained in:
Sam Atkins 2023-03-10 14:52:02 +00:00 committed by Andreas Kling
commit 916e7a5a3f
Notes: sideshowbarker 2024-07-17 08:42:05 +09:00

View file

@ -30,7 +30,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
auto audio_client = TRY(Audio::ConnectionToServer::try_create());
audio_client->async_pause_playback();
DeprecatedString command = DeprecatedString::empty();
StringView command;
Vector<StringView> command_arguments;
bool human_mode = false;