summaryrefslogtreecommitdiffstats
path: root/src/namespacedef.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2006-08-10 09:17:14 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2006-08-10 09:17:14 (GMT)
commit7b814d4aaf6321e05503a392c163537fd618066c (patch)
tree4469e1c4889c6d4078837d4fe71d64134ab85a11 /src/namespacedef.h
parentcdd729544999bf6ff5ce3efb5a64957058f040f3 (diff)
downloadDoxygen-7b814d4aaf6321e05503a392c163537fd618066c.zip
Doxygen-7b814d4aaf6321e05503a392c163537fd618066c.tar.gz
Doxygen-7b814d4aaf6321e05503a392c163537fd618066c.tar.bz2
Release-1.4.7-20060810
Diffstat (limited to 'src/namespacedef.h')
-rw-r--r--src/namespacedef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namespacedef.h b/src/namespacedef.h
index e32f170..a1355d5 100644
--- a/src/namespacedef.h
+++ b/src/namespacedef.h
@@ -101,7 +101,7 @@ class NamespaceDef : public Definition
SDict<Definition> *usingDeclList;
SDict<Definition> *m_innerCompounds;
- MemberList *allMemberList;
+ //MemberList *allMemberList;
QList<MemberList> m_memberLists;
MemberGroupSDict *memberGroupSDict;
ClassSDict *classSDict;