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.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/subtitle_content.cc b/src/subtitle_content.cc
index c22cc4ec..b074afa8 100644
--- a/src/subtitle_content.cc
+++ b/src/subtitle_content.cc
@@ -42,6 +42,12 @@ using boost::function;
using boost::dynamic_pointer_cast;
using namespace dcp;
+SubtitleContent::SubtitleContent ()
+ : _reel_number ("1")
+{
+
+}
+
SubtitleContent::SubtitleContent (boost::filesystem::path file)
: Content (file)
, _reel_number ("1")