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 a24a4b6..9cca76d 100644
--- a/src/doxygen.h
+++ b/src/doxygen.h
@@ -39,6 +39,7 @@
class PageSList;
class PageSDict;
class PageDef;
+class SearchIndex;
typedef QList<QCString> StringList;
typedef QDict<FileDef> FileDict;
@@ -97,6 +98,7 @@ class Doxygen
static bool parseSourcesNeeded;
static double sysElapsedTime;
static QTime runningTime;
+ static SearchIndex *searchIndex;
};
void initDoxygen();