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 {