aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/scope.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/scope.hxx')
-rw-r--r--libbuild2/scope.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/scope.hxx b/libbuild2/scope.hxx
index dd2831c..f9dd8d9 100644
--- a/libbuild2/scope.hxx
+++ b/libbuild2/scope.hxx
@@ -399,7 +399,7 @@ namespace build2
bool
find_module (const string& name) const
{
- return root_extra->modules.find_module<module_base> (name) != nullptr;
+ return root_extra->modules.find_module<module> (name) != nullptr;
}
template <typename T>