summaryrefslogtreecommitdiffstats
path: root/src/htmlgen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/htmlgen.cpp')
-rw-r--r--src/htmlgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htmlgen.cpp b/src/htmlgen.cpp
index 1d7dd72..ea4d895 100644
--- a/src/htmlgen.cpp
+++ b/src/htmlgen.cpp
@@ -912,7 +912,7 @@ void HtmlCodeGenerator::startCodeFragment(const char *)
if (m_streamSet) m_t << "<div class=\"fragment\">";
}
-void HtmlCodeGenerator::endCodeFragment()
+void HtmlCodeGenerator::endCodeFragment(const char *)
{
//endCodeLine checks is there is still an open code line, if so closes it.
endCodeLine();