summaryrefslogtreecommitdiff
path: root/src/lib/null_content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/null_content.h')
-rw-r--r--src/lib/null_content.h4
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;
};