Merged with trunk R992.
[ardour.git] / gtk2_ardour / analysis_window.cc
index d89c1068317ac357032c57437a967568bcc775bf..163ac981b9391855c94f39a3af1b8e6e19cf79f0 100644 (file)
@@ -248,7 +248,7 @@ AnalysisWindow::analyze_data (Gtk::Button *button)
                                
                                for (std::list<ARDOUR::AudioRange>::iterator j = ts.begin(); j != ts.end(); ++j) {
 
-                                       jack_nframes_t i = 0;
+                                       nframes_t i = 0;
                                        int n;
                        
                                        while ( i < (*j).length() ) {
@@ -289,7 +289,7 @@ AnalysisWindow::analyze_data (Gtk::Button *button)
                                                continue;
 
 //                                     cerr << " - " << (*j)->region().name() << ": " << (*j)->region().length() << " samples starting at " << (*j)->region().position() << endl;
-                                       jack_nframes_t i = 0;
+                                       nframes_t i = 0;
                                        int n;
 
                                        while ( i < arv->region()->length() ) {