diff options
Diffstat (limited to 'src/clients/cave/cmd_print_ids.cc')
-rw-r--r-- | src/clients/cave/cmd_print_ids.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/clients/cave/cmd_print_ids.cc b/src/clients/cave/cmd_print_ids.cc index e987d8e90..eed70f1e1 100644 --- a/src/clients/cave/cmd_print_ids.cc +++ b/src/clients/cave/cmd_print_ids.cc @@ -131,6 +131,11 @@ namespace { } + virtual const RepositoryContentMayExcludes may_excludes() const + { + return { }; + } + virtual std::string as_string() const { return "with mask '" + mask + "'"; |