Runs.
[dcpomatic.git] / src / lib / audio_content.cc
1 #include "audio_content.h"
2
3 AudioContent::AudioContent (boost::filesystem::path f)
4         : Content (f)
5 {
6
7 }