summaryrefslogtreecommitdiffstats
path: root/src/memberdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/memberdef.h')
-rw-r--r--src/memberdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memberdef.h b/src/memberdef.h
index 51c0f7c..073b5f6 100644
--- a/src/memberdef.h
+++ b/src/memberdef.h
@@ -309,7 +309,7 @@ class MemberDef : public Definition
int groupStartLine; // line " " " " "
bool groupHasDocs; // true if the entry that caused the grouping was documented
MemberDef *m_templateMaster;
- SIntDict<MemberList> *classSectionSDict;
+ SDict<MemberList> *classSectionSDict;
bool docsForDefinition; // TRUE => documentation block is put before
// definition.
// FALSE => block is put before declaration.