It builds.
[dcpomatic.git] / src / lib / analyse_audio_job.h
index 0a0be8fa055e48caad18252b4f84b54ff2107de8..d3c35b67cc2b4d7fdb17dcd48f15c891602f5ffb 100644 (file)
@@ -35,7 +35,7 @@ public:
        void run ();
 
 private:
-       void audio (boost::shared_ptr<const AudioBuffers>, DCPTime);
+       void analyse (boost::shared_ptr<const AudioBuffers>);
 
        boost::weak_ptr<AudioContent> _content;
        int64_t _done;