X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fsource_factory.h;h=815b825b8dc8f32d674854673a031841ce439258;hb=93c7aeba048f19df5abee5e4325ef8b0ef62c279;hp=9b2a7d98f059421b630f867f386140cfbbed5158;hpb=3e6feb62ae37cbf98364ccb36e9be47a52ceb8bf;p=ardour.git diff --git a/libs/ardour/ardour/source_factory.h b/libs/ardour/ardour/source_factory.h index 9b2a7d98f0..815b825b8d 100644 --- a/libs/ardour/ardour/source_factory.h +++ b/libs/ardour/ardour/source_factory.h @@ -23,7 +23,7 @@ class SourceFactory { // MIDI sources will have to be hacked in here somehow static boost::shared_ptr createReadable (Session&, std::string idstr, AudioFileSource::Flag flags, bool announce = true); - static boost::shared_ptr createWritable (Session&, std::string name, bool destructive, jack_nframes_t rate, bool announce = true); + static boost::shared_ptr createWritable (Session&, std::string name, bool destructive, nframes_t rate, bool announce = true); }; }