summaryrefslogtreecommitdiffstats
path: root/src/htmlgen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2001-10-03 19:57:09 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2001-10-03 19:57:09 (GMT)
commit9e4e94fbabe856b8de4041ff2a27524f923343dc (patch)
tree47b95a7c3d927d419d3628f528e311aa99356173 /src/htmlgen.cpp
parent00e00a1df00be67219a28aaa8d58e8a0991555eb (diff)
downloadDoxygen-9e4e94fbabe856b8de4041ff2a27524f923343dc.zip
Doxygen-9e4e94fbabe856b8de4041ff2a27524f923343dc.tar.gz
Doxygen-9e4e94fbabe856b8de4041ff2a27524f923343dc.tar.bz2
Release-1.2.11-20011003
Diffstat (limited to 'src/htmlgen.cpp')
-rw-r--r--src/htmlgen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/htmlgen.cpp b/src/htmlgen.cpp
index 286b35d..8ef3df0 100644
--- a/src/htmlgen.cpp
+++ b/src/htmlgen.cpp
@@ -819,12 +819,12 @@ void HtmlGenerator::endIndexKey()
t << "</td>";
}
-void HtmlGenerator::startIndexValue()
+void HtmlGenerator::startIndexValue(bool)
{
t << "<td>";
}
-void HtmlGenerator::endIndexValue(const char *)
+void HtmlGenerator::endIndexValue(const char *,bool)
{
t << "</td></tr>" << endl;
}