diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-23 12:52:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-23 12:52:49 +0100 |
| commit | 8c6fe8e1e8c8f6d5932606f2a5b6e1b87681ae38 (patch) | |
| tree | 07e1d5f76b0c5fcb614831e72d196dd814132e49 /src/lib/audio_content.h | |
| parent | e8819ad7580f25eea7ca3c59cf0a3979d76a6b44 (diff) | |
Various more hacks.
Diffstat (limited to 'src/lib/audio_content.h')
| -rw-r--r-- | src/lib/audio_content.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/audio_content.h b/src/lib/audio_content.h index 30524b4f4..e767fd326 100644 --- a/src/lib/audio_content.h +++ b/src/lib/audio_content.h @@ -42,6 +42,7 @@ public: class AudioContent : public virtual Content { public: + AudioContent (Time); AudioContent (boost::filesystem::path); AudioContent (boost::shared_ptr<const cxml::Node>); AudioContent (AudioContent const &); |
