remove unusued roll_delay member of DiskReader
[ardour.git] / libs / ardour / ardour / playlist_factory.h
index 505836234b8e85de0b75a3670bc067f43adf42db..4fbef45be2bd84b1c1e7c7399e09bc28f50845c3 100644 (file)
@@ -36,7 +36,7 @@ class LIBARDOUR_API PlaylistFactory {
        static boost::shared_ptr<Playlist> create (Session&, const XMLNode&, bool hidden = false, bool unused = false);
        static boost::shared_ptr<Playlist> create (DataType type, Session&, std::string name, bool hidden = false);
        static boost::shared_ptr<Playlist> create (boost::shared_ptr<const Playlist>, std::string name, bool hidden = false);
-       static boost::shared_ptr<Playlist> create (boost::shared_ptr<const Playlist>, framepos_t start, framecnt_t cnt, std::string name, bool hidden = false);
+       static boost::shared_ptr<Playlist> create (boost::shared_ptr<const Playlist>, samplepos_t start, samplecnt_t cnt, std::string name, bool hidden = false);
 };
 
 }