X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=libs%2Fardour%2Fardour%2Fsource_factory.h;h=c5994027cede972167206e64f013f91e8dd232e7;hb=73192bc1a7ea55fa1864dc3826845b15c00dd2ec;hp=c59dab92234625e110f27d1473b5ed0bb9f99266;hpb=74b4a3c77b08dc1e58274875604eb73e8492fa93;p=ardour.git diff --git a/libs/ardour/ardour/source_factory.h b/libs/ardour/ardour/source_factory.h index c59dab9223..c5994027ce 100644 --- a/libs/ardour/ardour/source_factory.h +++ b/libs/ardour/ardour/source_factory.h @@ -49,7 +49,7 @@ class SourceFactory { static boost::shared_ptr createWritable (DataType type, Session&, const std::string& path, const std::string& origin, - bool destructive, nframes_t rate, bool announce = true, bool async = false); + bool destructive, framecnt_t rate, bool announce = true, bool async = false); static Glib::Cond* PeaksToBuild; static Glib::StaticMutex peak_building_lock;