std::setlocale() -> setlocale() (compile fix)

This commit is contained in:
torger
2014-03-20 18:14:29 +01:00
parent 3bbd7f83c8
commit dcf9d7c0ce

2
rtgui/multilangmgr.cc Normal file → Executable file
View 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
}