From ede4ecbb00ecc866c502454c81e711baea780ccd Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 17 Sep 2010 18:20:37 +0000 Subject: megaopus patch #2 for today: remove nframes64_t and sframes_t from source git-svn-id: svn://localhost/ardour2/branches/3.0@7792 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/st_stretch.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/st_stretch.cc') diff --git a/libs/ardour/st_stretch.cc b/libs/ardour/st_stretch.cc index 369ed95279..748c854daf 100644 --- a/libs/ardour/st_stretch.cc +++ b/libs/ardour/st_stretch.cc @@ -177,8 +177,8 @@ STStretch::run (boost::shared_ptr a_region) /* now reset ancestral data for each new region */ for (vector >::iterator x = results.begin(); x != results.end(); ++x) { - nframes64_t astart = (*x)->ancestral_start(); - nframes64_t alength = (*x)->ancestral_length(); + framepos_t astart = (*x)->ancestral_start(); + framepos_t alength = (*x)->ancestral_length(); nframes_t start; nframes_t length; -- cgit v1.2.3