aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-06-12 05:55:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-06-12 05:55:06 +0200
commitdeaeb8c74858aabf86e068dbbf8c5062c41e16f4 (patch)
tree6702a18e758fdd83d6c9c6bdb24a5068d7705bcd
parent651c01a92dbbec65674fe3c73a6c82a936e73d91 (diff)
Fix GCC 13 -Woverloaded-virtual warning
-rw-r--r--mod/build-result-module.hxx2
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.
//