summaryrefslogtreecommitdiff
path: root/src/lib/dcp_subtitle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/dcp_subtitle.h')
-rw-r--r--src/lib/dcp_subtitle.h4
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