summaryrefslogtreecommitdiffstats
path: root/src/Common/LoggerBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/LoggerBase.h')
-rw-r--r--src/Common/LoggerBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/LoggerBase.h b/src/Common/LoggerBase.h
index b06f03a..9843d4d 100644
--- a/src/Common/LoggerBase.h
+++ b/src/Common/LoggerBase.h
@@ -60,7 +60,7 @@ class LoggerBase {
categories.reset();
}
- bool isCategorySet(MessageCategory category) {
+ bool isCategorySet(MessageCategory category) const {
return categories.test(category);
}