From 6a1ce7d1ee5e6f20aa011fe994341d9d79ac35ea Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 1 Aug 2020 14:28:50 +0200 Subject: Make member functions const or static where possible --- ingen/Log.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ingen/Log.hpp') diff --git a/ingen/Log.hpp b/ingen/Log.hpp index 0a04c8f0..e6bc2b39 100644 --- a/ingen/Log.hpp +++ b/ingen/Log.hpp @@ -93,7 +93,7 @@ public: void set_sink(Sink s) { _sink = s; } private: - void print(FILE* stream, const std::string& msg); + void print(FILE* stream, const std::string& msg) const; LV2_Log_Log* _log; URIs& _uris; -- cgit v1.2.1