rename ExtendedConservedPath for the old fltk code
[mussa.git] / gui / SeqWindow.hpp
index c6b8cc829002036d4eb7bee483eaaad9a30d474c..920d49671499e4bbb324ada0fb005e1d61226143 100644 (file)
@@ -30,7 +30,7 @@ class SeqWindow : public Fl_Double_Window
     //this data is passed as pointers to the instantiated classes
     std::vector<Sequence> *S;
     // list of paths in selection box
-    std::list<ExtendedConservedPath > P;
+    std::list<ConservedPath > P;
     std::vector<int> seq_lens;
     //pointer to passed fltk_motif data
     std::vector<fltk_motif> *the_motifs;
@@ -46,7 +46,7 @@ class SeqWindow : public Fl_Double_Window
 
     SeqWindow(int w, int h, const char* title, int sq_num,
               std::vector<Sequence> *some_seqs, 
-              std::list<ExtendedConservedPath > some_paths, 
+              std::list<ConservedPath > some_paths, 
               std::vector<int> some_lens,
               std::vector<fltk_motif> *some_motifs);
     virtual ~SeqWindow(){ std::cout << "dying\n"; }