Collect plugin runtime profile statistics.
[ardour.git] / libs / ardour / playlist_factory.cc
index 46f9910738d1c4562d52b7617cfb156804d0b731..679e893cdc8bf6311aeb259fedc6acd1d6c03700 100644 (file)
@@ -109,7 +109,7 @@ PlaylistFactory::create (boost::shared_ptr<const Playlist> old, string name, boo
 }
 
 boost::shared_ptr<Playlist>
-PlaylistFactory::create (boost::shared_ptr<const Playlist> old, framepos_t start, framecnt_t cnt, string name, bool hidden)
+PlaylistFactory::create (boost::shared_ptr<const Playlist> old, samplepos_t start, samplecnt_t cnt, string name, bool hidden)
 {
        boost::shared_ptr<Playlist> pl;
        boost::shared_ptr<const AudioPlaylist> apl;