mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-05 10:59:47 -05:00
Update submodules to fix compilation error on newer Clang and GCC (#2890)
* Update submodules * Update Ghoul
This commit is contained in:
@@ -102,7 +102,7 @@ void CefWebGuiModule::startOrStopGui() {
|
||||
const bool isMaster = global::windowDelegate->isMaster();
|
||||
|
||||
if (_enabled && isMaster) {
|
||||
LDEBUGC("WebBrowser", fmt::format("Loading GUI from {}", _url));
|
||||
LDEBUGC("WebBrowser", fmt::format("Loading GUI from {}", _url.value()));
|
||||
|
||||
if (!_instance) {
|
||||
_instance = std::make_unique<BrowserInstance>(
|
||||
|
||||
Reference in New Issue
Block a user