X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Faudio_content.h;h=95231a7d742382990057e0ddf644e76d693ae9ae;hp=82c95a513a3ca475d7d3312551fed1255000aeba;hb=017f8aef4be84cc76dcbf2acdf865409f5cae147;hpb=a03ea8328cfe16eaad63ac442f38c48091d25c07 diff --git a/src/lib/audio_content.h b/src/lib/audio_content.h index 82c95a513..95231a7d7 100644 --- a/src/lib/audio_content.h +++ b/src/lib/audio_content.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2015 Carl Hetherington + Copyright (C) 2013-2016 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -77,6 +77,10 @@ public: std::string processing_description () const; +protected: + + void add_properties (std::list > &) const; + private: /** Gain to apply to audio in dB */ double _audio_gain;