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

@@ -571,7 +571,7 @@ public:
/**
* Returns whether a LogStyle category is active or not
*/
bool isActive(Base::LogStyle category)
bool isActive(Base::LogStyle category) const
{
if (category == Base::LogStyle::Log) {
return bLog;