diff --git a/src/Functions/URL/decodeURLComponent.cpp b/src/Functions/URL/decodeURLComponent.cpp index 336d3dce802..9ed290b1832 100644 --- a/src/Functions/URL/decodeURLComponent.cpp +++ b/src/Functions/URL/decodeURLComponent.cpp @@ -83,7 +83,7 @@ static size_t decodeURL(const char * src, size_t src_size, char * dst, bool plus /// Percent decode of URL data. -template +template struct DecodeURLComponentImpl { static void vector(const ColumnString::Chars & data, const ColumnString::Offsets & offsets,