diff --git a/libs/ardour/source_factory.cc b/libs/ardour/source_factory.cc index 841b4cba14..332bbf3293 100644 --- a/libs/ardour/source_factory.cc +++ b/libs/ardour/source_factory.cc @@ -160,7 +160,7 @@ SourceFactory::setup_peakfile (std::shared_ptr s, bool async) std::shared_ptr SourceFactory::createSilent (Session& s, const XMLNode& node, samplecnt_t nframes, float sr) { - Source* src = new SilentFileSource (s, node, nframes, sr); + Source* src = new SilentFileSource (s, node, nframes, sr); std::shared_ptr ret (src); BOOST_MARK_SOURCE (ret); // no analysis data - the file is non-existent