diff options
Diffstat (limited to 'src/Group.cpp')
-rw-r--r-- | src/Group.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Group.cpp b/src/Group.cpp index 5f1f25782..9c2467144 100644 --- a/src/Group.cpp +++ b/src/Group.cpp @@ -38,4 +38,4 @@ void cGroup::InheritFrom( cGroup* a_Group ) void cGroup::ClearPermission() { m_Permissions.clear(); -}
\ No newline at end of file +} |