diff options
Diffstat (limited to 'mod')
-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_; |