summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index f20d138..c5dcc86 100644
--- a/src/util.h
+++ b/src/util.h
@@ -200,7 +200,8 @@ PageInfo *addRelatedPage(const char *name,const QCString &ptitle,
QCString escapeCharsInString(const char *name,bool allowDots);
void addGroupListToTitle(OutputList &ol,Definition *d);
void filterLatexString(QTextStream &t,const char *str,
- bool insideTabbing=FALSE,bool insidePre=FALSE);
+ bool insideTabbing=FALSE,bool insidePre=FALSE,
+ bool insideItem=FALSE);
QCString rtfFormatBmkStr(const char *name);
#endif