diff options
Diffstat (limited to 'src/lib/decoder_part.h')
| -rw-r--r-- | src/lib/decoder_part.h | 4 |
1 files changed, 2 insertions, 2 deletions
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> log); virtual ~DecoderPart () {} + virtual boost::optional<ContentTime> position () const = 0; + void set_ignore () { _ignore = true; } @@ -41,8 +43,6 @@ public: return _ignore; } - virtual boost::optional<ContentTime> position () const = 0; - protected: Decoder* _parent; boost::shared_ptr<Log> _log; |
