fix readability-make-member-function-const

This commit is contained in:
wmayer
2023-11-15 12:04:18 +01:00
parent a602003747
commit a6ea6ff155
5 changed files with 6 additions and 6 deletions

View File

@@ -172,7 +172,7 @@ void Writer::setForceXML(bool on)
forceXML = on;
}
bool Writer::isForceXML()
bool Writer::isForceXML() const
{
return forceXML;
}