fix build [#CLICKHOUSE-3397]

This commit is contained in:
Nikolai Kochetov 2017-12-11 21:38:43 +03:00
parent f71b8bf58f
commit 6c8e5594f9

View File

@ -49,7 +49,7 @@ public:
protected:
void formatQueryImpl(const FormatSettings & settings, FormatState & state, FormatStateStacked frame) const override
{
formatHelper(settings, state, frame, AstIDAndQueryNames::Query);
formatHelper(settings, AstIDAndQueryNames::Query);
}
};