summaryrefslogtreecommitdiff
path: root/src/lib/matcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/matcher.cc')
-rw-r--r--src/lib/matcher.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/matcher.cc b/src/lib/matcher.cc
index a74eeabbb..69d12e2c4 100644
--- a/src/lib/matcher.cc
+++ b/src/lib/matcher.cc
@@ -28,8 +28,8 @@ using std::cout;
using std::list;
using boost::shared_ptr;
-Matcher::Matcher (Log* log, int sample_rate, float frames_per_second)
- : Processor (log)
+Matcher::Matcher (shared_ptr<Log> log, int sample_rate, float frames_per_second)
+ : AudioVideoProcessor (log)
, _sample_rate (sample_rate)
, _frames_per_second (frames_per_second)
, _video_frames (0)