summaryrefslogtreecommitdiff
path: root/src/clangparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/clangparser.h')
-rw-r--r--src/clangparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clangparser.h b/src/clangparser.h
index 71a79d5..dbfd4e6 100644
--- a/src/clangparser.h
+++ b/src/clangparser.h
@@ -50,7 +50,7 @@ class ClangTUParser
private:
void detectFunctionBody(const char *s);
- void writeLineNumber(CodeOutputInterface &ol,const FileDef *fd,uint line);
+ void writeLineNumber(CodeOutputInterface &ol,const FileDef *fd,uint line,bool writeLineAnchor);
void codifyLines(CodeOutputInterface &ol,const FileDef *fd,const char *text,
uint &line,uint &column,const char *fontClass=0);
void writeMultiLineCodeLink(CodeOutputInterface &ol,