mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
cefsimple: Convert NULL to nullptr (see issue #2861)
This commit is contained in:
@@ -31,5 +31,5 @@ int main(int argc, char* argv[]) {
|
||||
CefMainArgs main_args(argc, argv);
|
||||
|
||||
// Execute the sub-process.
|
||||
return CefExecuteProcess(main_args, NULL, NULL);
|
||||
return CefExecuteProcess(main_args, nullptr, nullptr);
|
||||
}
|
||||
|
Reference in New Issue
Block a user