fix snake_case

This commit is contained in:
Danila Kutenin 2019-02-02 18:08:45 +03:00
parent 5e62a0825a
commit 7d6e4083fa

View File

@ -108,8 +108,8 @@ public:
std::vector<String> getHints(const String & name) const
{
static const auto registeredNames = getAllRegisteredNames();
return prompter.getHints(name, registeredNames);
static const auto registered_names = getAllRegisteredNames();
return prompter.getHints(name, registered_names);
}
virtual ~IFactoryWithAliases() {}