summaryrefslogtreecommitdiff
path: root/src/lib/text_content.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/text_content.cc')
-rw-r--r--src/lib/text_content.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/text_content.cc b/src/lib/text_content.cc
index 35dee525a..a077b2c46 100644
--- a/src/lib/text_content.cc
+++ b/src/lib/text_content.cc
@@ -427,7 +427,7 @@ void
TextContent::font_changed ()
{
/* XXX: too late */
- ContentChange cc (_parent, TextContentProperty::FONTS);
+ ChangeSignaller<Content> cc (_parent, TextContentProperty::FONTS);
}
void