fix problems with motif changes not showing up in sequencebrowser
[mussa.git] / alg / mussa.cpp
index 4b96d1b4d115a6f12915d1b3fd5a1d082d43212e..f75290c58705c68ea8e7ccb152da253fde976cbb 100644 (file)
@@ -835,7 +835,7 @@ void Mussa::update_sequences_motifs()
 {
   // once we've loaded all the motifs from the file, 
   // lets attach them to the sequences
-  for(vector<boost::shared_ptr<Sequence> >::iterator seq_i = the_seqs.begin();
+  for(vector<SequenceRef >::iterator seq_i = the_seqs.begin();
       seq_i != the_seqs.end();
       ++seq_i)
   {