summaryrefslogtreecommitdiffstats
path: root/src/doxygen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/doxygen.h')
-rw-r--r--src/doxygen.h2
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;