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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/content.h b/src/lib/content.h
index 8a28762d3..eafadd3ec 100644
--- a/src/lib/content.h
+++ b/src/lib/content.h
@@ -212,7 +212,7 @@ private:
friend struct best_dcp_frame_rate_test_single;
friend struct best_dcp_frame_rate_test_double;
friend struct audio_sampling_rate_test;
- template<class> friend class ChangeSignaller;
+ template<class, class> friend class ChangeSignaller;
void signal_change (ChangeType, int);
@@ -232,4 +232,8 @@ private:
bool _change_signals_frequent;
};
+
+typedef ChangeSignaller<Content, int> ContentChangeSignaller;
+
+
#endif