summaryrefslogtreecommitdiff
path: root/src/lib/subrip.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-15 16:21:41 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-15 16:21:41 +0000
commit86214f4619476b1a4951e15f002a93743b5f7a1e (patch)
treea827550b72a7409d280d21fc6e0a820c9f940fc2 /src/lib/subrip.cc
parenta890bedf688f0066d70dd5e9b07cbd86736cc0b1 (diff)
Basics of subtitle rendering.
Diffstat (limited to 'src/lib/subrip.cc')
-rw-r--r--src/lib/subrip.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/subrip.cc b/src/lib/subrip.cc
index 04765532f..be2c6f666 100644
--- a/src/lib/subrip.cc
+++ b/src/lib/subrip.cc
@@ -34,7 +34,7 @@ using boost::shared_ptr;
using boost::lexical_cast;
using boost::algorithm::trim;
-SubRip::SubRip (shared_ptr<SubRipContent> content)
+SubRip::SubRip (shared_ptr<const SubRipContent> content)
{
FILE* f = fopen_boost (content->path (0), "r");
if (!f) {