diff options
Diffstat (limited to 'src/latexgen.cpp')
-rw-r--r-- | src/latexgen.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/latexgen.cpp b/src/latexgen.cpp index 46762f8..90384ec 100644 --- a/src/latexgen.cpp +++ b/src/latexgen.cpp @@ -1133,7 +1133,8 @@ void LatexGenerator::endMemberDoc(bool) } void LatexGenerator::startDoxyAnchor(const char *fName,const char *, - const char *anchor, const char *) + const char *anchor, const char *, + const char *) { if (Config_getBool("PDF_HYPERLINKS")) { |