This commit is contained in:
Guillaume Tassery 2019-09-11 13:17:43 +02:00
parent 5f1621faa2
commit 140883ab83

View File

@ -50,8 +50,8 @@ DictionaryPtr DictionaryFactory::create(
}
}
const auto & layout_type = keys.front();
{
const auto found = registered_layouts.find(layout_type);
if (found != registered_layouts.end())