Try to fix travis build

This commit is contained in:
Marianne Gagnon 2015-01-17 20:21:31 -05:00
parent 0577099551
commit 636a9bc3cf

View File

@ -235,7 +235,7 @@ Translations::Translations() //: m_dictionary_manager("UTF-16")
}
else
{
Language& tgtLang = Language::from_env(language);
const Language& tgtLang = Language::from_env(language);
if (!tgtLang)
{
Log::warn("Translation", "Unsupported langage '%s'", language.c_str());