summaryrefslogtreecommitdiffstats
path: root/src/namespacedef.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2006-08-10 09:17:14 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2006-08-10 09:17:14 (GMT)
commitcde82403ec8974fb86de34828b41bf9547587b6e (patch)
tree4469e1c4889c6d4078837d4fe71d64134ab85a11 /src/namespacedef.h
parentf1ddf16acd015f8cf9ffc1fbf5719e8c764150e2 (diff)
downloadDoxygen-cde82403ec8974fb86de34828b41bf9547587b6e.zip
Doxygen-cde82403ec8974fb86de34828b41bf9547587b6e.tar.gz
Doxygen-cde82403ec8974fb86de34828b41bf9547587b6e.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;