diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-08 14:25:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-08 14:25:10 +0100 |
| commit | f07623551706b849190c84059bac455088f8eb1e (patch) | |
| tree | 81360f73c4a52702921270c605087d0c5f03e42e /src/lib/dcp_subtitle.h | |
| parent | 5665f1503d751391768bd7ed5894f2ecd63ea8fc (diff) | |
Adapt for changes to libdcp API.
Diffstat (limited to 'src/lib/dcp_subtitle.h')
| -rw-r--r-- | src/lib/dcp_subtitle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dcp_subtitle.h b/src/lib/dcp_subtitle.h index e15acca44..4b4d4c92a 100644 --- a/src/lib/dcp_subtitle.h +++ b/src/lib/dcp_subtitle.h @@ -24,13 +24,13 @@ #include <boost/filesystem.hpp> namespace dcp { - class SubtitleContent; + class SubtitleAsset; } class DCPSubtitle { protected: - boost::shared_ptr<dcp::SubtitleContent> load (boost::filesystem::path) const; + boost::shared_ptr<dcp::SubtitleAsset> load (boost::filesystem::path) const; }; #endif |
