summaryrefslogtreecommitdiff
path: root/src/subtitle_image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/subtitle_image.h')
-rw-r--r--src/subtitle_image.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/subtitle_image.h b/src/subtitle_image.h
index 76c34765..e397fb2b 100644
--- a/src/subtitle_image.h
+++ b/src/subtitle_image.h
@@ -99,6 +99,8 @@ public:
return _file;
}
+ bool equals (boost::shared_ptr<dcp::SubtitleImage> other, EqualityOptions options, NoteHandler note);
+
private:
ArrayData _png_image;
std::string _id;