fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t

git-svn-id: svn://localhost/ardour2/trunk@933 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2006-09-28 17:23:52 +00:00
parent 3e6feb62ae
commit 93c7aeba04
181 changed files with 2030 additions and 1985 deletions

View file

@ -47,7 +47,7 @@ ExportSessionDialog::export_audio_data ()
void
ExportSessionDialog::set_range (jack_nframes_t start, jack_nframes_t end)
ExportSessionDialog::set_range (nframes_t start, nframes_t end)
{
ExportDialog::set_range (start, end);