summaryrefslogtreecommitdiff
path: root/src/subtitle_content.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/subtitle_content.cc')
-rw-r--r--src/subtitle_content.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtitle_content.cc b/src/subtitle_content.cc
index fb01502d..d2be6fe0 100644
--- a/src/subtitle_content.cc
+++ b/src/subtitle_content.cc
@@ -49,7 +49,7 @@ SubtitleContent::SubtitleContent ()
}
SubtitleContent::SubtitleContent (boost::filesystem::path file)
- : Content (file)
+ : Asset (file)
, _reel_number ("1")
{