diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2004-09-06 21:04:07 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2004-09-06 21:04:07 (GMT) |
commit | 4ccd672ea5dbda17649f2e33577b5ab7eb02db7e (patch) | |
tree | 24f950391924810998cc59aeb041099c7871e49c /src/doxygen.h | |
parent | 3aaaf142be657201a2664c10b96447acb1610187 (diff) | |
download | Doxygen-4ccd672ea5dbda17649f2e33577b5ab7eb02db7e.zip Doxygen-4ccd672ea5dbda17649f2e33577b5ab7eb02db7e.tar.gz Doxygen-4ccd672ea5dbda17649f2e33577b5ab7eb02db7e.tar.bz2 |
Release-1.3.8-20040906
Diffstat (limited to 'src/doxygen.h')
-rw-r--r-- | src/doxygen.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/doxygen.h b/src/doxygen.h index f746cbf..a196432 100644 --- a/src/doxygen.h +++ b/src/doxygen.h @@ -35,6 +35,7 @@ #include "section.h" #include "membergroup.h" #include "reflist.h" +#include "dirdef.h" class PageSList; class PageSDict; @@ -113,7 +114,7 @@ class Doxygen static bool outputToWizard; static QDict<int> *htmlDirMap; static QCache<LookupInfo> lookupCache; - static SDict<DirDef> directories; + static DirSDict directories; }; void initDoxygen(); |