summaryrefslogtreecommitdiff
path: root/src/subtitle_image.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/subtitle_image.cc')
-rw-r--r--src/subtitle_image.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/subtitle_image.cc b/src/subtitle_image.cc
index 19d7f4eb..f8f8b570 100644
--- a/src/subtitle_image.cc
+++ b/src/subtitle_image.cc
@@ -132,7 +132,7 @@ dcp::operator!= (SubtitleImage const & a, SubtitleImage const & b)
bool
-SubtitleImage::equals(shared_ptr<const Subtitle> other_sub, EqualityOptions options, NoteHandler note) const
+SubtitleImage::equals(shared_ptr<const Subtitle> other_sub, EqualityOptions const& options, NoteHandler note) const
{
if (!Subtitle::equals(other_sub, options, note)) {
return false;
@@ -158,7 +158,6 @@ SubtitleImage::equals(shared_ptr<const Subtitle> other_sub, EqualityOptions opti
} else {
other->png_image().write(base + "B.png");
}
- options.export_differing_subtitles = false;
}
return false;
}