rename ExtendedConservedPath for the old fltk code
[mussa.git] / gui / SeqWindow.cpp
index 8578f4974e1d2c0fa11e01807bc5cd77342e5a46..5a3351cdddb5f42b8a4d86c868e78bc852a2e194 100644 (file)
@@ -88,7 +88,7 @@ SeqWindow::real_toggle_motifs_cb()
 
 SeqWindow::SeqWindow(int w, int h, const char* title, int sq_num,
                     vector<Sequence> *some_seqs, 
-                    list<ExtendedConservedPath > some_paths, 
+                    list<ConservedPath > some_paths, 
                     vector<int> some_lens,
                     vector<fltk_motif> *some_motifs):
   Fl_Double_Window(w,h,title)
@@ -98,7 +98,7 @@ SeqWindow::SeqWindow(int w, int h, const char* title, int sq_num,
   int i;
   ostringstream align_id_ostr;
   string align_id_string;
-  list<ExtendedConservedPath >::iterator align_iter;
+  list<ConservedPath >::iterator align_iter;
 
   // most of this stuff is here just to pass to SeqView object
   // some is needed to setup the window menus