aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-ci.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-03-14 13:17:42 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-03-14 14:34:44 +0300
commitb29ad24f6d7b50075281eb6153cb08a5e763229c (patch)
tree940707dddf5d5e25ddc46a85dee83250b97ac308 /mod/mod-ci.hxx
parenta03a2b613f5d36de5617c50e76cced95fda188ac (diff)
Add --ignore-unresolved-tests option for brep-load
Diffstat (limited to 'mod/mod-ci.hxx')
-rw-r--r--mod/mod-ci.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-ci.hxx b/mod/mod-ci.hxx
index 3b1e1be..dc109c2 100644
--- a/mod/mod-ci.hxx
+++ b/mod/mod-ci.hxx
@@ -72,7 +72,7 @@ namespace brep
private:
virtual void
- init (cli::scanner&);
+ init (cli::scanner&) override;
private:
shared_ptr<options::ci> options_;