diff options
Diffstat (limited to 'build2/cli/target.hxx')
-rw-r--r-- | build2/cli/target.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cli/target.hxx b/build2/cli/target.hxx index 1247172..d595856 100644 --- a/build2/cli/target.hxx +++ b/build2/cli/target.hxx @@ -41,7 +41,7 @@ namespace build2 using mtime_target::mtime_target; virtual group_view - group_members (action_type) const override; + group_members (action) const override; public: static const target_type static_type; |