A few more fixes; set up Playlist as required.
[dcpomatic.git] / src / lib / matcher.cc
index 4cd2643381ab8138ebf6862b931cf3eff3f0f0ac..48f6ed9126dd980c13b79b6665a3a82ad203bf9b 100644 (file)
@@ -26,7 +26,7 @@
 using std::min;
 using boost::shared_ptr;
 
-Matcher::Matcher (Log* log, int sample_rate, float frames_per_second)
+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)