From a4c1f60c813783722d889a30d0d98aff177633bf Mon Sep 17 00:00:00 2001 From: Francois Kritzinger Date: Tue, 22 Oct 2024 07:05:57 +0200 Subject: Get building again --- mod/mod-ci-github.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'mod/mod-ci-github.hxx') diff --git a/mod/mod-ci-github.hxx b/mod/mod-ci-github.hxx index c24e0a5..e919065 100644 --- a/mod/mod-ci-github.hxx +++ b/mod/mod-ci-github.hxx @@ -47,11 +47,13 @@ namespace brep const diag_epilogue& log_writer) const noexcept override; function (const tenant_service&)> - build_unloaded_pre_check (service_data&&, + build_unloaded_pre_check (tenant_service&&, + service_data&&, const diag_epilogue&) const noexcept; function (const tenant_service&)> - build_unloaded_load (service_data&&, + build_unloaded_load (tenant_service&&, + service_data&&, const diag_epilogue&) const noexcept; virtual function (const tenant_service&)> -- cgit v1.1