From 7d58dc154c47df503b1893fe664cb3a54267f68b Mon Sep 17 00:00:00 2001 From: alexey-milovidov Date: Sun, 26 Apr 2020 20:24:18 +0300 Subject: [PATCH] Update ASTDictionary.h --- src/Parsers/ASTDictionary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Parsers/ASTDictionary.h b/src/Parsers/ASTDictionary.h index 16a34850bd1..9685cc5a83a 100644 --- a/src/Parsers/ASTDictionary.h +++ b/src/Parsers/ASTDictionary.h @@ -71,7 +71,7 @@ public: String getID(char) const override { return "Dictionary settings"; } - ASTPtr clone() const override; // { return std::make_shared(*this); } + ASTPtr clone() const override; void formatImpl(const FormatSettings & settings, FormatState & state, FormatStateStacked frame) const override; };