diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-31 17:21:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-31 17:21:35 +0100 |
| commit | f45cbb73068321d857249aaa21f770b87493c7c2 (patch) | |
| tree | 9e98c39274a47c0906a79dbb18f067fc9963fb62 /src/lib/audio_content.cc | |
| parent | f385ef03e5ea27519a31c0839447735a7fba0602 (diff) | |
Test filling of stuff with black.
Diffstat (limited to 'src/lib/audio_content.cc')
| -rw-r--r-- | src/lib/audio_content.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/audio_content.cc b/src/lib/audio_content.cc index fb196c776..9940574f9 100644 --- a/src/lib/audio_content.cc +++ b/src/lib/audio_content.cc @@ -19,6 +19,7 @@ #include <libcxml/cxml.h> #include "audio_content.h" +#include "film.h" using std::string; using boost::shared_ptr; @@ -92,4 +93,3 @@ AudioContent::set_audio_delay (int d) signal_changed (AudioContentProperty::AUDIO_DELAY); } - |
