diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-25 09:41:36 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-25 09:41:36 +0000 |
| commit | ee77b3cf5f59f775e75e628aa28e8f2f9f941530 (patch) | |
| tree | bbf9ab4ef1f0f633591889cbbd6b7b65de8f5a57 /src/lib/render_subtitles.h | |
| parent | e6f28e7cda23c1ba3c49cc1bf2dc1491c2f87160 (diff) | |
It builds.
Diffstat (limited to 'src/lib/render_subtitles.h')
| -rw-r--r-- | src/lib/render_subtitles.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/lib/render_subtitles.h b/src/lib/render_subtitles.h index 743339baf..d83dc119a 100644 --- a/src/lib/render_subtitles.h +++ b/src/lib/render_subtitles.h @@ -19,9 +19,6 @@ #include <dcp/subtitle_string.h> #include <dcp/util.h> -#include "position.h" +#include "position_image.h" -class Image; - -void -render_subtitles (std::list<dcp::SubtitleString>, dcp::Size, boost::shared_ptr<Image> &, Position<int> &); +PositionImage render_subtitles (std::list<dcp::SubtitleString>, dcp::Size); |
