diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2011-07-27 19:00:12 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2011-07-27 19:00:12 (GMT) |
commit | 64f0c97c3adaa28edf6f1da3264621a18c1d1adb (patch) | |
tree | e4c6389f90f951bbd01b45ad4377b0b475dd246f /src/doxygen.h | |
parent | b655037884e82e257794004d4e88d3a9ed29d5c3 (diff) | |
download | Doxygen-64f0c97c3adaa28edf6f1da3264621a18c1d1adb.zip Doxygen-64f0c97c3adaa28edf6f1da3264621a18c1d1adb.tar.gz Doxygen-64f0c97c3adaa28edf6f1da3264621a18c1d1adb.tar.bz2 |
Release-1.7.4-20110727
Diffstat (limited to 'src/doxygen.h')
-rw-r--r-- | src/doxygen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doxygen.h b/src/doxygen.h index 9ed47e0..401c37f 100644 --- a/src/doxygen.h +++ b/src/doxygen.h @@ -48,6 +48,7 @@ class ObjCache; class Store; class QFileInfo; class BufStr; +class CiteDict; typedef QList<QCString> StringList; typedef QDict<FileDef> FileDict; @@ -126,6 +127,7 @@ class Doxygen static Store *symbolStorage; static QCString objDBFileName; static QCString entryDBFileName; + static CiteDict *citeDict; static bool gatherDefines; static bool userComments; static IndexList indexList; |