diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-10 23:31:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-10 23:31:25 +0100 |
| commit | 0db016f90ae722fc8b72d465e21d9f153f72b340 (patch) | |
| tree | 71aa0a91550c7456daf41b5a74455c2cc1b12f82 /src/lib/audio_decoder.h | |
| parent | d683883c4dc25cb612f6d5feb1e772016182e722 (diff) | |
Remove Timed*Sink and Timed*Source>
Diffstat (limited to 'src/lib/audio_decoder.h')
| -rw-r--r-- | src/lib/audio_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/audio_decoder.h b/src/lib/audio_decoder.h index 8db16e369..1c7287a55 100644 --- a/src/lib/audio_decoder.h +++ b/src/lib/audio_decoder.h @@ -35,7 +35,7 @@ class AudioContent; /** @class AudioDecoder. * @brief Parent class for audio decoders. */ -class AudioDecoder : public TimedAudioSource, public virtual Decoder +class AudioDecoder : public AudioSource, public virtual Decoder { public: AudioDecoder (boost::shared_ptr<const Film>, boost::shared_ptr<const AudioContent>); |
