aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoruzhastik <uzhas@ydb.tech>2024-09-13 15:48:38 +0300
committerGitHub <noreply@github.com>2024-09-13 15:48:38 +0300
commit2313a5ebe827d9d91fc515d80abe29022391b463 (patch)
treeedccfb3457413934af30455afdfbdf05c75b44bf
parent35e326d8f51041e90b289d73ce6a97d686eae471 (diff)
downloadydb-2313a5ebe827d9d91fc515d80abe29022391b463.tar.gz
add lost inline (#9222)
-rw-r--r--ydb/library/yql/providers/s3/actors/yql_s3_source_factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/library/yql/providers/s3/actors/yql_s3_source_factory.h b/ydb/library/yql/providers/s3/actors/yql_s3_source_factory.h
index e68d893a645..a4a0c5f3f5b 100644
--- a/ydb/library/yql/providers/s3/actors/yql_s3_source_factory.h
+++ b/ydb/library/yql/providers/s3/actors/yql_s3_source_factory.h
@@ -4,7 +4,7 @@
namespace NYql::NDq {
-void RegisterS3ReadActorFactory(
+inline void RegisterS3ReadActorFactory(
TDqAsyncIoFactory& factory,
ISecuredServiceAccountCredentialsFactory::TPtr credentialsFactory,
IHTTPGateway::TPtr gateway = IHTTPGateway::Make(),