Skip to content

Commit

Permalink
Merge pull request #2 from yaynstuff/linux-fixes
Browse files Browse the repository at this point in the history
Fix compilation for Linux
  • Loading branch information
nat-goodspeed committed Jan 18, 2024
2 parents 26bc7a5 + dd38ccd commit c185cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/host/dullahan_host.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
int main(int argc, char* argv[])
{
CefMainArgs main_args(argc, argv);
return CefExecuteProcess(main_args, NULL, NULL);
return CefExecuteProcess(main_args, nullptr, nullptr);
}
#endif
#ifdef WIN32
Expand Down

0 comments on commit c185cd5

Please sign in to comment.