[compiler] Misc changes to make this emulator properly compile under Linux with Clang
This commit is contained in:
committed by
Radosław Gliński
parent
0dc0f18abb
commit
f58fab1d2c
@@ -1889,8 +1889,7 @@ void EmulatorWindow::DisplayHotKeysConfig() {
|
||||
|
||||
if (!guide_enabled) {
|
||||
pretty_text = std::regex_replace(
|
||||
pretty_text,
|
||||
std::regex("Guide", std::regex_constants::syntax_option_type::icase),
|
||||
pretty_text, std::regex("Guide", std::regex_constants::icase),
|
||||
"Back");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user