Add missing const qualifiers to member functions

This commit is contained in:
Robbert van der Helm
2020-06-06 13:19:38 +02:00
parent 957da62137
commit 8202a6b250
9 changed files with 39 additions and 30 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ class Logger {
* Determine whether an event should be filtered based on the current
* verbosity level.
*/
bool should_filter_event(bool is_dispatch, int opcode);
bool should_filter_event(bool is_dispatch, int opcode) const;
/**
* The output stream to write the log messages to. Typically either STDERR