X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fsingle_stream_audio_content.h;h=ad4de46ea22d0f63fec6ec35eb84700c77a50a63;hb=99428af22969a6cfb1dbd2053a9356bb23b3182f;hp=7ae6dbaa46c3538d6fb5a951e05ebd829a7031b4;hpb=e60bb3e51bd1508b149e6b8f6608f09b5196ae26;p=dcpomatic.git diff --git a/src/lib/single_stream_audio_content.h b/src/lib/single_stream_audio_content.h index 7ae6dbaa4..ad4de46ea 100644 --- a/src/lib/single_stream_audio_content.h +++ b/src/lib/single_stream_audio_content.h @@ -49,6 +49,8 @@ public: void take_from_audio_examiner (boost::shared_ptr); protected: + void add_properties (std::list > &) const; + boost::shared_ptr _audio_stream; };