Skip to content
Snippets Groups Projects
Commit c06d005f authored by Sergey Linev's avatar Sergey Linev Committed by Axel Naumann
Browse files

cef: fix compilation warning

parent 783e7a7c
No related branches found
No related tags found
No related merge requests found
...@@ -417,7 +417,7 @@ extern "C" void webgui_start_browser_in_cef3(const char *url, void *http_serv, b ...@@ -417,7 +417,7 @@ extern "C" void webgui_start_browser_in_cef3(const char *url, void *http_serv, b
CefMainArgs main_args(GetModuleHandle(NULL)); CefMainArgs main_args(GetModuleHandle(NULL));
#else #else
CefMainArgs main_args(root_app->Argc(), root_app->Argv()); CefMainArgs main_args(root_app->Argc(), root_app->Argv());
#endif() #endif
// CEF applications have multiple sub-processes (render, plugin, GPU, etc) // CEF applications have multiple sub-processes (render, plugin, GPU, etc)
// that share the same executable. This function checks the command-line and, // that share the same executable. This function checks the command-line and,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment