diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-26 01:21:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-26 01:21:21 +0100 |
| commit | d0d584a7dde6de383302615634fdee17e9724fe8 (patch) | |
| tree | 884bda89f740ab69a86fa4fe1691e787629f8b29 /src/lib/null_content.h | |
| parent | 46cd0fe7b5b514f0d9456b25f670679cc584a218 (diff) | |
Hacks.
Diffstat (limited to 'src/lib/null_content.h')
| -rw-r--r-- | src/lib/null_content.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/null_content.h b/src/lib/null_content.h index 889ff7a0d..44bfffa49 100644 --- a/src/lib/null_content.h +++ b/src/lib/null_content.h @@ -43,7 +43,7 @@ public: int audio_channels () const; - ContentAudioFrame audio_length () const { + AudioContent::Frame audio_length () const { return _audio_length; } @@ -62,6 +62,6 @@ public: } private: - ContentAudioFrame _audio_length; + AudioContent::Frame _audio_length; Time _length; }; |
