summaryrefslogtreecommitdiffstats
path: root/src/membergroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/membergroup.h')
-rw-r--r--src/membergroup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/membergroup.h b/src/membergroup.h
index 37fa9dd..238d688 100644
--- a/src/membergroup.h
+++ b/src/membergroup.h
@@ -52,7 +52,7 @@ class MemberGroup /* : public Definition */
QCString documentation() { return doc; }
bool allMembersInSameSection() { return inSameSection; }
void addToDeclarationSection();
- int countDecMembers();
+ int countDecMembers(bool sectionPerType);
void distributeMemberGroupDocumentation();
private: