Update ASTDictionary.h

This commit is contained in:
alexey-milovidov 2020-04-26 20:24:18 +03:00 committed by GitHub
parent 6fa25f16f8
commit 7d58dc154c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ public:
String getID(char) const override { return "Dictionary settings"; }
ASTPtr clone() const override; // { return std::make_shared<ASTDictionarySettings>(*this); }
ASTPtr clone() const override;
void formatImpl(const FormatSettings & settings, FormatState & state, FormatStateStacked frame) const override;
};