rename ExtendedConservedPath for the old fltk code
[mussa.git] / gui / SeqView.hpp
index aab023fbeb5594d7a9365f7798fce7aa31999d89..354acd90641d5c9766b3135ecb21300c879bff8c 100644 (file)
@@ -33,7 +33,7 @@ class SeqView : public Fl_Box
     }
              
     void setup(std::string name, 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);
     void align_offsets(int align_num);
     void toggle_align(int align_num);
@@ -48,7 +48,7 @@ class SeqView : public Fl_Box
   //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;