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, 2 insertions, 1 deletions
diff --git a/src/lib/content.h b/src/lib/content.h
index 0ce87ed9b..f2fecddf0 100644
--- a/src/lib/content.h
+++ b/src/lib/content.h
@@ -234,7 +234,7 @@ private:
friend struct best_dcp_frame_rate_test_double;
friend struct audio_sampling_rate_test;
friend struct subtitle_font_id_change_test2;
- template<class, class> friend class ChangeSignaller;
+ template<class, class> friend class ChangeSignalDespatcher;
void signal_change (ChangeType, int);
@@ -256,6 +256,7 @@ private:
typedef ChangeSignaller<Content, int> ContentChangeSignaller;
+typedef ChangeSignalDespatcher<Content, int> ContentChangeSignalDespatcher;
#endif