diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-04-21 13:56:37 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-04-21 13:56:37 (GMT) |
commit | ebd0447bcc5d3d75214c847954bfda1d2e8c97f5 (patch) | |
tree | 3db0b381fb31e078de0540249c869667f44ec68d /src/page.h | |
parent | 3cd2917eca7d09a30636b2b16efcd187bc3bf7c0 (diff) | |
download | Doxygen-ebd0447bcc5d3d75214c847954bfda1d2e8c97f5.zip Doxygen-ebd0447bcc5d3d75214c847954bfda1d2e8c97f5.tar.gz Doxygen-ebd0447bcc5d3d75214c847954bfda1d2e8c97f5.tar.bz2 |
Release-1.3-20030421
Diffstat (limited to 'src/page.h')
-rw-r--r-- | src/page.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,7 +27,7 @@ class PageInfo public: PageInfo(const char *f, int l,const char *n,const char *d,const char *t) : defFileName(f), defLine(l), name(n), - doc(d), title(t), context(0),specialListItems(0),m_inGroup(0) + doc(d), title(t), context(0), xrefListItems(0),m_inGroup(0) { sectionDict = new SectionDict(17); } @@ -111,7 +111,7 @@ class PageInfo // is this page part of a group SectionDict *sectionDict; - QList<ListItemInfo> *specialListItems; + QList<ListItemInfo> *xrefListItems; private: GroupDef *m_inGroup; |