Update DatabaseDictionary.h

This commit is contained in:
alexey-milovidov 2017-06-22 21:00:29 +03:00 committed by GitHub
parent 11b81e6683
commit 145912724a

View File

@ -5,8 +5,9 @@
#include <Storages/IStorage.h>
namespace Poco {
class Logger;
namespace Poco
{
class Logger;
}
@ -29,7 +30,8 @@ public:
DatabaseDictionary(const String & name_) : name(name_) {}
String getEngineName() const override {
String getEngineName() const override
{
return "Dictionary";
}