diff options
Diffstat (limited to 'src/cppc4group.hpp')
| -rw-r--r-- | src/cppc4group.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cppc4group.hpp b/src/cppc4group.hpp index ae8b3b3..e8f7ba1 100644 --- a/src/cppc4group.hpp +++ b/src/cppc4group.hpp @@ -125,7 +125,9 @@ public: enum class AllowedEntryTypes { File = 0x1, Directory = 0x2, - All = File | Directory + HandleGroups = 0x4, + NoGroupHandling = File | Directory, + All = File | Directory | HandleGroups }; // use this to set one of the predefined strategies |
