From be26878b4c1dd902dfd7d14c6bec08d7b2fc098a Mon Sep 17 00:00:00 2001 From: izder456 Date: Wed, 25 Dec 2024 09:14:53 -0600 Subject: [PATCH] FIX: this should be namespace std:: to preserve compatibilty with non-glibc when building without gdb stub --- src/frontend/qt_sdl/EmuInstance.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/qt_sdl/EmuInstance.cpp b/src/frontend/qt_sdl/EmuInstance.cpp index 309abe66..67791376 100644 --- a/src/frontend/qt_sdl/EmuInstance.cpp +++ b/src/frontend/qt_sdl/EmuInstance.cpp @@ -1292,7 +1292,7 @@ bool EmuInstance::updateConsole() noexcept }; auto gdbargs = gdbopt.GetBool("Enabled") ? std::make_optional(_gdbargs) : std::nullopt; #else - optional gdbargs = std::nullopt; + std::optional gdbargs = std::nullopt; #endif NDSArgs ndsargs {