std::setlocale() -> setlocale() (compile fix)
This commit is contained in:
2
rtgui/multilangmgr.cc
Normal file → Executable file
2
rtgui/multilangmgr.cc
Normal file → Executable file
@@ -130,7 +130,7 @@ Glib::ustring MultiLangMgr::getOSUserLanguage() {
|
||||
}
|
||||
#endif
|
||||
#elif defined(__linux__) || defined(__APPLE__)
|
||||
langName = TranslateRFC2Language(std::setlocale(LC_CTYPE,""));
|
||||
langName = TranslateRFC2Language(setlocale(LC_CTYPE,""));
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user