Make ContentChange into a generic ChangeSignaller and use it for Film
[dcpomatic.git] / src / lib / text_content.cc
index 35dee525adf9c94827842e2376411e875279f5a1..a077b2c463353556aad1e05f953b516f66420fb4 100644 (file)
@@ -427,7 +427,7 @@ void
 TextContent::font_changed ()
 {
        /* XXX: too late */
-       ContentChange cc (_parent, TextContentProperty::FONTS);
+       ChangeSignaller<Content> cc (_parent, TextContentProperty::FONTS);
 }
 
 void