From 2734637c959928a7d412c709cc3433357418ae03 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 6 Nov 2014 11:55:05 +0000 Subject: Forward-port move of content description generation to lib/ rather than wx/. --- src/lib/audio_content.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/audio_content.h') diff --git a/src/lib/audio_content.h b/src/lib/audio_content.h index 57085a765..f4a537b30 100644 --- a/src/lib/audio_content.h +++ b/src/lib/audio_content.h @@ -98,6 +98,8 @@ public: boost::mutex::scoped_lock lm (_mutex); return _audio_processor; } + + std::string processing_description () const; private: /** Gain to apply to audio in dB */ -- cgit v1.2.3