summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/transient_detector.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/transient_detector.h')
-rw-r--r--libs/ardour/ardour/transient_detector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/transient_detector.h b/libs/ardour/ardour/transient_detector.h
index 45172d8f54..c65bae3ed5 100644
--- a/libs/ardour/ardour/transient_detector.h
+++ b/libs/ardour/ardour/transient_detector.h
@@ -40,7 +40,7 @@ class TransientDetector : public AudioAnalyser
float get_threshold () const;
float get_sensitivity () const;
- int run (const std::string& path, boost::shared_ptr<Readable>, uint32_t channel, std::vector<nframes64_t>& results);
+ int run (const std::string& path, Readable*, uint32_t channel, std::vector<nframes64_t>& results);
protected:
std::vector<nframes64_t>* current_results;