catch the other spurious class decoration
[mussa.git] / alg / sequence.hpp
index 0aeb8cc2e686d3ab610ca6184263af25f4c92c53..64c60a06bfbb22a7191d31b239129863826cef39 100644 (file)
@@ -73,7 +73,7 @@ struct motif : public annot
 private:
   friend class boost::serialization::access;
   template<class Archive>
-  void motif::serialize(Archive& ar, const unsigned int /*version*/) {
+  void serialize(Archive& ar, const unsigned int /*version*/) {
     ar & boost::serialization::base_object<annot>(*this);
     ar & sequence;
   }