summaryrefslogtreecommitdiffstats
path: root/src/cppc4group.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cppc4group.cpp')
-rw-r--r--src/cppc4group.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/cppc4group.cpp b/src/cppc4group.cpp
index 2c69b98..b76767b 100644
--- a/src/cppc4group.cpp
+++ b/src/cppc4group.cpp
@@ -164,7 +164,11 @@ namespace {
{
result |= cc4group.AllowedEntryTypes.Directory;
}
- // All is handled by the above two
+ if(allowedEntryTypes & CppC4Group::AllowedEntryTypes::HandleGroups)
+ {
+ result |= cc4group.AllowedEntryTypes.HandleGroups;
+ }
+ // All and NoGroupHandling are handled by the above two
return result;
}