diff options
Diffstat (limited to 'src/lib/null_content.h')
| -rw-r--r-- | src/lib/null_content.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/null_content.h b/src/lib/null_content.h index f8829658c..889ff7a0d 100644 --- a/src/lib/null_content.h +++ b/src/lib/null_content.h @@ -54,6 +54,8 @@ public: AudioMapping audio_mapping () const { return AudioMapping (); } + + void set_audio_mapping (AudioMapping) {} Time length () const { return _length; |
