summaryrefslogtreecommitdiff
path: root/src/lib/examine_ffmpeg_subtitles_job.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/examine_ffmpeg_subtitles_job.cc')
-rw-r--r--src/lib/examine_ffmpeg_subtitles_job.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/examine_ffmpeg_subtitles_job.cc b/src/lib/examine_ffmpeg_subtitles_job.cc
index b2bba11cd..90589eb28 100644
--- a/src/lib/examine_ffmpeg_subtitles_job.cc
+++ b/src/lib/examine_ffmpeg_subtitles_job.cc
@@ -33,7 +33,7 @@ extern "C" {
using std::string;
using std::cout;
-using boost::shared_ptr;
+using std::shared_ptr;
ExamineFFmpegSubtitlesJob::ExamineFFmpegSubtitlesJob (shared_ptr<const Film> film, shared_ptr<FFmpegContent> c)
: Job (film)