mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 11:18:22 -05:00
Address clang tidy complaints
Update Ghoul repository Update SGCT repository
This commit is contained in:
@@ -36,7 +36,7 @@ namespace {
|
||||
|
||||
namespace openspace {
|
||||
|
||||
CefHost::CefHost(std::string helperLocation) {
|
||||
CefHost::CefHost(const std::string& helperLocation) {
|
||||
LDEBUG("Initializing CEF...");
|
||||
|
||||
CefSettings settings;
|
||||
@@ -50,7 +50,7 @@ CefHost::CefHost(std::string helperLocation) {
|
||||
CefRefPtr<WebBrowserApp> app(new WebBrowserApp);
|
||||
|
||||
CefMainArgs args;
|
||||
CefInitialize(args, settings, app.get(), NULL);
|
||||
CefInitialize(args, settings, app.get(), nullptr);
|
||||
LDEBUG("Initializing CEF... done!");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user