Fix duplicate name of _mutex in ExceptionStore and some of its children.
[dcpomatic.git] / src / lib / audio_point.h
index 3dfe4701fa87814b04e07f8aa5ddca64a57ca089..f699233cbe1e3fcc5fe4992f3ac3a525e181d4b2 100644 (file)
@@ -39,7 +39,7 @@ public:
 
        void as_xml (xmlpp::Element *) const;
 
-       float& operator[] (int t) {
+       inline float& operator[] (int t) {
                return _data[t];
        }