diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-06-12 05:55:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-06-12 05:55:06 +0200 |
commit | deaeb8c74858aabf86e068dbbf8c5062c41e16f4 (patch) | |
tree | 6702a18e758fdd83d6c9c6bdb24a5068d7705bcd /mod/build-result-module.hxx | |
parent | 651c01a92dbbec65674fe3c73a6c82a936e73d91 (diff) |
Fix GCC 13 -Woverloaded-virtual warning
Diffstat (limited to 'mod/build-result-module.hxx')
-rw-r--r-- | mod/build-result-module.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/build-result-module.hxx b/mod/build-result-module.hxx index e0f1eef..34466e4 100644 --- a/mod/build-result-module.hxx +++ b/mod/build-result-module.hxx @@ -36,6 +36,8 @@ namespace brep void init (const options::build&, const options::build_db&); + using handler::init; // Unhide. + // Parse the build task session and verify that the session matches the // tenant. Throw invalid_argument on errors. // |