summaryrefslogtreecommitdiffstats
path: root/src/latexdocvisitor.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2017-09-21 18:28:54 (GMT)
committerGitHub <noreply@github.com>2017-09-21 18:28:54 (GMT)
commit8667acc294d68fbcf99623ae62124ccd4c99a652 (patch)
tree4b9ad321b178dae9821c323456701d9f4b6c7df0 /src/latexdocvisitor.h
parenteed1c240c253cb1a606189c708c7cf295a27cee8 (diff)
parentbb5c8dd29782ecbb05a4ef9788f2507e9a156848 (diff)
downloadDoxygen-8667acc294d68fbcf99623ae62124ccd4c99a652.zip
Doxygen-8667acc294d68fbcf99623ae62124ccd4c99a652.tar.gz
Doxygen-8667acc294d68fbcf99623ae62124ccd4c99a652.tar.bz2
Merge pull request #600 from albert-github/feature/bug_778730
Bug 778730 - doxygen build fails
Diffstat (limited to 'src/latexdocvisitor.h')
-rw-r--r--src/latexdocvisitor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/latexdocvisitor.h b/src/latexdocvisitor.h
index 02df1ef..24f74ce 100644
--- a/src/latexdocvisitor.h
+++ b/src/latexdocvisitor.h
@@ -161,7 +161,7 @@ class LatexDocVisitor : public DocVisitor
void startLink(const QCString &ref,const QCString &file,
const QCString &anchor,bool refToTable=FALSE);
void endLink(const QCString &ref,const QCString &file,
- const QCString &anchor);
+ const QCString &anchor,bool refToTable=FALSE);
QCString escapeMakeIndexChars(const char *s);
void startDotFile(const QCString &fileName,const QCString &width,
const QCString &height, bool hasCaption);