diff options
| -rw-r--r-- | options/connector.hpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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(); | 
