summaryrefslogtreecommitdiff
path: root/src/subtitle_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-04 16:42:03 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-05 14:34:42 +0100
commit2105caa32a12236d5b70a0cf8b9ac62fcf7f574e (patch)
treec19bc651579257b262ab5001790790b75edc95c8 /src/subtitle_content.h
parent4f590672720ace3ccb9582a2f539683fa83e1ac8 (diff)
Remove unnecessary Content class.
Diffstat (limited to 'src/subtitle_content.h')
-rw-r--r--src/subtitle_content.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/subtitle_content.h b/src/subtitle_content.h
index ee424916..d80d631c 100644
--- a/src/subtitle_content.h
+++ b/src/subtitle_content.h
@@ -20,7 +20,7 @@
#ifndef LIBDCP_SUBTITLE_CONTENT_H
#define LIBDCP_SUBTITLE_CONTENT_H
-#include "content.h"
+#include "asset.h"
#include "dcp_time.h"
#include "subtitle_string.h"
#include <libcxml/cxml.h>
@@ -37,7 +37,7 @@ class LoadFontNode;
/** @class SubtitleContent
* @brief A parent for classes representing a file containing subtitles.
*/
-class SubtitleContent : public Content
+class SubtitleContent : public Asset
{
public:
SubtitleContent ();