From e11276a822289d7d7d91a4f431f386ad28ef16dd Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 22 Nov 2016 14:54:31 +0000 Subject: Various work on the audio code. --- src/lib/decoder_part.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/decoder_part.h') diff --git a/src/lib/decoder_part.h b/src/lib/decoder_part.h index 36594773a..39f77e6e6 100644 --- a/src/lib/decoder_part.h +++ b/src/lib/decoder_part.h @@ -33,6 +33,8 @@ public: DecoderPart (Decoder* parent, boost::shared_ptr log); virtual ~DecoderPart () {} + virtual boost::optional position () const = 0; + void set_ignore () { _ignore = true; } @@ -41,8 +43,6 @@ public: return _ignore; } - virtual boost::optional position () const = 0; - protected: Decoder* _parent; boost::shared_ptr _log; -- cgit v1.2.3