summaryrefslogtreecommitdiff
path: root/src/lib/content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/content.h')
-rw-r--r--src/lib/content.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/content.h b/src/lib/content.h
index f488962b3..60dd89b97 100644
--- a/src/lib/content.h
+++ b/src/lib/content.h
@@ -93,6 +93,8 @@ public:
*/
virtual std::list<DCPTime> reel_split_points () const;
+ virtual void changed (int) {}
+
boost::shared_ptr<Content> clone () const;
void set_path (boost::filesystem::path);
@@ -167,6 +169,7 @@ public:
boost::signals2::signal<void (boost::weak_ptr<Content>, int, bool)> Changed;
boost::shared_ptr<VideoContent> video;
+ boost::shared_ptr<AudioContent> audio;
boost::shared_ptr<SubtitleContent> subtitle;
void signal_changed (int);