diff options
Diffstat (limited to 'src/doxygen.h')
-rw-r--r-- | src/doxygen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doxygen.h b/src/doxygen.h index a196432..0257fb2 100644 --- a/src/doxygen.h +++ b/src/doxygen.h @@ -115,6 +115,7 @@ class Doxygen static QDict<int> *htmlDirMap; static QCache<LookupInfo> lookupCache; static DirSDict directories; + static SDict<DirRelation> dirRelations; }; void initDoxygen(); |