summaryrefslogtreecommitdiffstats
path: root/src/rtfgen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2018-08-19 16:09:33 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2018-08-19 16:09:33 (GMT)
commita77fed0a607887a9ea023791b13e227a44eb82fc (patch)
tree0289ba89ab040a99082fce236e1278e3a88d37f0 /src/rtfgen.cpp
parentcf5f1ed593fefcef2cceee69dec44e7daa5e8c12 (diff)
parent12eaf6afe565ae1f7d440080205ddb76585bd31d (diff)
downloadDoxygen-a77fed0a607887a9ea023791b13e227a44eb82fc.zip
Doxygen-a77fed0a607887a9ea023791b13e227a44eb82fc.tar.gz
Doxygen-a77fed0a607887a9ea023791b13e227a44eb82fc.tar.bz2
Merge branch 'feature/bug_693515' of https://github.com/albert-github/doxygen into albert-github-feature/bug_693515
Diffstat (limited to 'src/rtfgen.cpp')
-rw-r--r--src/rtfgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtfgen.cpp b/src/rtfgen.cpp
index 64da929..4dd4c10 100644
--- a/src/rtfgen.cpp
+++ b/src/rtfgen.cpp
@@ -2749,7 +2749,7 @@ void RTFGenerator::startSimpleSect(SectionTypes,const char *file,const char *anc
t << rtf_Style_Reset << rtf_DList_DepthStyle();
}
-void RTFGenerator::endSimpleSect()
+void RTFGenerator::endSimpleSect(SectionTypes)
{
DBG_RTF(t << "{\\comment (endSimpleSect)}" << endl)
m_omitParagraph = FALSE;