Allow move construction of AudioMerger.
authorCarl Hetherington <cth@carlh.net>
Wed, 26 Oct 2022 13:16:36 +0000 (15:16 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 26 Oct 2022 13:16:36 +0000 (15:16 +0200)
src/lib/audio_merger.h

index 0201fcd4bfd433b57d82ba741e9d699bc6e6faf9..a6b7637f6aca07e696cbed77a8f5cff1a3ddc711 100644 (file)
@@ -73,5 +73,5 @@ private:
        };
 
        std::list<Buffer> _buffers;
-       int const _frame_rate;
+       int _frame_rate;
 };