summaryrefslogtreecommitdiff
path: root/src/lib/content_text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/content_text.h')
-rw-r--r--src/lib/content_text.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/content_text.h b/src/lib/content_text.h
index 8a7f007ef..d04383c8b 100644
--- a/src/lib/content_text.h
+++ b/src/lib/content_text.h
@@ -57,9 +57,9 @@ public:
: ContentText(from)
{}
- ContentBitmapText(dcpomatic::ContentTime from, std::shared_ptr<const Image> image, dcpomatic::Rect<double> rect)
+ ContentBitmapText(dcpomatic::ContentTime from, dcp::Size parent_size, std::shared_ptr<const Image> image, dcpomatic::Rect<double> rect)
: ContentText(from)
- , subs{ {image, rect} }
+ , subs{ { parent_size, image, rect } }
{}
/* Our texts, with their rectangles unmodified by any offsets or scales that the content specifies */