summaryrefslogtreecommitdiffstats
path: root/src/doxygen.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-01-01 10:23:23 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2021-01-01 10:23:23 (GMT)
commit54d939984cd99ee3414f6b8aee3a90a134ba8677 (patch)
treef1ea42983288eb540dc9ef3fda6673d25c630c89 /src/doxygen.h
parent7f79d52ff6da7bcabc6b0250ca93b4307358e8e3 (diff)
downloadDoxygen-54d939984cd99ee3414f6b8aee3a90a134ba8677.zip
Doxygen-54d939984cd99ee3414f6b8aee3a90a134ba8677.tar.gz
Doxygen-54d939984cd99ee3414f6b8aee3a90a134ba8677.tar.bz2
Refactoring: replace Doxygen::directories by Doxygen::dirLinkedMap
Diffstat (limited to 'src/doxygen.h')
-rw-r--r--src/doxygen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doxygen.h b/src/doxygen.h
index 8fbd51a..a75618c 100644
--- a/src/doxygen.h
+++ b/src/doxygen.h
@@ -128,7 +128,7 @@ class Doxygen
static bool outputToWizard;
static QDict<int> *htmlDirMap;
static Cache<std::string,LookupInfo> *lookupCache;
- static DirSDict *directories;
+ static DirLinkedMap *dirLinkedMap;
static SDict<DirRelation> dirRelations;
static ParserManager *parserManager;
static bool suppressDocWarnings;