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
This commit is contained in:
Paul Davis 2010-09-17 18:20:37 +00:00
parent 10bdce85a0
commit ede4ecbb00
118 changed files with 1012 additions and 1000 deletions

View file

@ -179,7 +179,7 @@ AutomationRegionView::set_height (double h)
}
bool
AutomationRegionView::set_position (nframes64_t pos, void* src, double* ignored)
AutomationRegionView::set_position (framepos_t pos, void* src, double* ignored)
{
if (_line) {
_line->set_maximum_time (_region->length ());