summaryrefslogtreecommitdiffstats
path: root/src/latexgen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2016-11-28 20:27:52 (GMT)
committerGitHub <noreply@github.com>2016-11-28 20:27:52 (GMT)
commit8b13ee363b6feccde5ab24c673a2861d6f883b96 (patch)
treef4799e4a0ecc15830b183d672554f245044a4c91 /src/latexgen.cpp
parentb196b1a28151d75d9546dcc407947fbf29789cc5 (diff)
parentd2593e56cd52ecee2424d844916f95e12fef27c8 (diff)
downloadDoxygen-8b13ee363b6feccde5ab24c673a2861d6f883b96.zip
Doxygen-8b13ee363b6feccde5ab24c673a2861d6f883b96.tar.gz
Doxygen-8b13ee363b6feccde5ab24c673a2861d6f883b96.tar.bz2
Merge pull request #545 from albert-github/feature/bug_774138
Bug 774138 - Please add HTML classes to "Definition at..." & "Referenced by..." for CSS
Diffstat (limited to 'src/latexgen.cpp')
-rw-r--r--src/latexgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/latexgen.cpp b/src/latexgen.cpp
index 33b8e49..8d338ae 100644
--- a/src/latexgen.cpp
+++ b/src/latexgen.cpp
@@ -1256,7 +1256,7 @@ void LatexGenerator::newParagraph()
t << endl << endl;
}
-void LatexGenerator::startParagraph()
+void LatexGenerator::startParagraph(const char *)
{
t << endl << endl;
}