mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 12:30:00 +02:00
Add missing const qualifiers to member functions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user