mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
UserspaceEmulator: Fix after add_positional_argument API change :^)
Get UE compiling again after the Vector<String> API was changed to Vector<StringView>.
This commit is contained in:
parent
957f54d96f
commit
f807796380
Notes:
sideshowbarker
2024-07-18 00:38:33 +09:00
Author: https://github.com/bgianfo
Commit: f807796380
Pull-request: https://github.com/SerenityOS/serenity/pull/11091
3 changed files with 5 additions and 5 deletions
|
@ -21,7 +21,7 @@ bool g_report_to_debug = false;
|
|||
|
||||
int main(int argc, char** argv, char** env)
|
||||
{
|
||||
Vector<String> arguments;
|
||||
Vector<StringView> arguments;
|
||||
bool pause_on_startup { false };
|
||||
String profile_dump_path;
|
||||
FILE* profile_output_file { nullptr };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue