diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-03-14 13:17:42 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-03-14 14:34:44 +0300 |
commit | b29ad24f6d7b50075281eb6153cb08a5e763229c (patch) | |
tree | 940707dddf5d5e25ddc46a85dee83250b97ac308 /mod/mod-ci.hxx | |
parent | a03a2b613f5d36de5617c50e76cced95fda188ac (diff) |
Add --ignore-unresolved-tests option for brep-load
Diffstat (limited to 'mod/mod-ci.hxx')
-rw-r--r-- | mod/mod-ci.hxx | 2 |
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_; |