diff options
Diffstat (limited to 'src/subtitle_image.h')
| -rw-r--r-- | src/subtitle_image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtitle_image.h b/src/subtitle_image.h index e397fb2b..2cdfea25 100644 --- a/src/subtitle_image.h +++ b/src/subtitle_image.h @@ -99,7 +99,7 @@ public: return _file; } - bool equals (boost::shared_ptr<dcp::SubtitleImage> other, EqualityOptions options, NoteHandler note); + bool equals (std::shared_ptr<dcp::SubtitleImage> other, EqualityOptions options, NoteHandler note); private: ArrayData _png_image; |
