From 73192bc1a7ea55fa1864dc3826845b15c00dd2ec Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 3 Dec 2010 22:26:29 +0000 Subject: Remove all use of nframes_t. git-svn-id: svn://localhost/ardour2/branches/3.0@8166 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/playlist_factory.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/playlist_factory.cc') diff --git a/libs/ardour/playlist_factory.cc b/libs/ardour/playlist_factory.cc index 00996a059d..f7556cc961 100644 --- a/libs/ardour/playlist_factory.cc +++ b/libs/ardour/playlist_factory.cc @@ -94,7 +94,7 @@ PlaylistFactory::create (boost::shared_ptr old, string name, boo } boost::shared_ptr -PlaylistFactory::create (boost::shared_ptr old, nframes_t start, nframes_t cnt, string name, bool hidden) +PlaylistFactory::create (boost::shared_ptr old, framepos_t start, framecnt_t cnt, string name, bool hidden) { boost::shared_ptr pl; boost::shared_ptr apl; -- cgit v1.2.3