diff options
Diffstat (limited to 'mod/mod-ci-github-service-data.cxx')
-rw-r--r-- | mod/mod-ci-github-service-data.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/mod-ci-github-service-data.cxx b/mod/mod-ci-github-service-data.cxx index 31239c4..f22961b 100644 --- a/mod/mod-ci-github-service-data.cxx +++ b/mod/mod-ci-github-service-data.cxx @@ -119,8 +119,8 @@ namespace brep string rid, string rcu, kind_type k, - bool rr, bool pc, + bool rr, string cs, string rs) : kind (k), pre_check (pc), re_request (rr), @@ -144,8 +144,8 @@ namespace brep string rid, string rcu, kind_type k, - bool rr, bool pc, + bool rr, string cs, string rs, string pid, |