diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-11-18 10:36:35 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-11-18 10:36:35 +0200 |
commit | b07d12f6cd5dd41d67415e62e6472bfcec2773e9 (patch) | |
tree | e394ce1c921045b04760d162a9911f23361dce80 /mod/mod-ci-github.hxx | |
parent | e142ce121abc666dfba0dab686f54850934443a1 (diff) |
Get it compiling again
Diffstat (limited to 'mod/mod-ci-github.hxx')
-rw-r--r-- | mod/mod-ci-github.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-ci-github.hxx b/mod/mod-ci-github.hxx index aa601d2..b88d5e4 100644 --- a/mod/mod-ci-github.hxx +++ b/mod/mod-ci-github.hxx @@ -89,7 +89,7 @@ namespace brep // and to FAILURE otherwise. // bool - handle_check_run_rerequest (gh_check_run_event, bool warning_success); + handle_check_run_rerequest (const gh_check_run_event&, bool warning_success); // Handle the pull_request event `opened` and `synchronize` actions. // |