mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Fixed build
This commit is contained in:
parent
769fab62e3
commit
581f051f37
@ -12,10 +12,10 @@ namespace DB
|
||||
{
|
||||
|
||||
UserDefinedExecutableFunction::UserDefinedExecutableFunction(
|
||||
const Config & config_,
|
||||
const UserDefinedExecutableFunctionConfiguration & configuration_,
|
||||
std::shared_ptr<scope_guard> function_deregister_,
|
||||
const ExternalLoadableLifetime & lifetime_)
|
||||
: config(config_)
|
||||
: configuration(configuration_)
|
||||
, function_deregister(std::move(function_deregister_))
|
||||
, lifetime(lifetime_)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user