summaryrefslogtreecommitdiffstats
path: root/src/packagedef.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2001-05-17 19:26:02 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2001-05-17 19:26:02 (GMT)
commit75fed7362598edf5a7210505cd38c92821863a39 (patch)
treecb90fc9b85934eb220249aae4ffd7e4979489b16 /src/packagedef.h
parentf5f5db18c34651c19f63a972e70087ce2131e764 (diff)
downloadDoxygen-75fed7362598edf5a7210505cd38c92821863a39.zip
Doxygen-75fed7362598edf5a7210505cd38c92821863a39.tar.gz
Doxygen-75fed7362598edf5a7210505cd38c92821863a39.tar.bz2
Release-20010517
Diffstat (limited to 'src/packagedef.h')
-rw-r--r--src/packagedef.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/packagedef.h b/src/packagedef.h
index 1fd8540..5b01dba 100644
--- a/src/packagedef.h
+++ b/src/packagedef.h
@@ -24,7 +24,7 @@
#include "definition.h"
#include "sortdict.h"
-class ClassList;
+class ClassSDict;
class ClassDef;
class PackageList;
class OutputList;
@@ -49,7 +49,7 @@ class PackageDef : public Definition
private:
QCString packageFileName; // base name of the generated file
- ClassList *classList; // list of classes in the package
+ ClassSDict *classSDict; // list of classes in the package
};
class PackageSDict : public SDict<PackageDef>