summaryrefslogtreecommitdiff
path: root/src/lib/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/player.h')
-rw-r--r--src/lib/player.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/player.h b/src/lib/player.h
index 3dbc1c034..7f30bf88c 100644
--- a/src/lib/player.h
+++ b/src/lib/player.h
@@ -99,6 +99,8 @@ public:
boost::optional<dcpomatic::DCPTime> content_time_to_dcp (std::shared_ptr<const Content> content, dcpomatic::ContentTime t) const;
boost::optional<dcpomatic::ContentTime> dcp_to_content_time (std::shared_ptr<const Content> content, dcpomatic::DCPTime t) const;
+ void signal_change(ChangeType type, int property);
+
/** First parameter is PENDING, DONE or CANCELLED.
* Second parameter is the property.
* Third parameter is true if these signals are currently likely to be frequent.