From e425135768da9c18199ebe58e93a5b245db5ee79 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 21 Aug 2016 22:23:17 +0200 Subject: options/connector: get_mutex() should be const --- options/connector.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options') diff --git a/options/connector.hpp b/options/connector.hpp index 504c636d..b9b1259f 100644 --- a/options/connector.hpp +++ b/options/connector.hpp @@ -27,7 +27,7 @@ class OPENTRACK_OPTIONS_EXPORT connector protected: void notify_values(const QString& name) const; void notify_all_values() const; - virtual QMutex* get_mtx() = 0; + virtual QMutex* get_mtx() const = 0; public: connector(); -- cgit v1.2.3