From d4542a352c56896b2c0dee6c2af0aa3cdade479c Mon Sep 17 00:00:00 2001 From: Nikolai Kochetov Date: Mon, 14 Sep 2020 19:40:04 +0300 Subject: [PATCH] GatherUtils visibility. --- src/Functions/GatherUtils/IArraySource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Functions/GatherUtils/IArraySource.h b/src/Functions/GatherUtils/IArraySource.h index e704237b304..386108f038e 100644 --- a/src/Functions/GatherUtils/IArraySource.h +++ b/src/Functions/GatherUtils/IArraySource.h @@ -13,7 +13,7 @@ namespace ErrorCodes namespace GatherUtils { -#pragma GCC visibility pop +#pragma GCC visibility push(hidden) struct IArraySource {