catch the other spurious class decoration
authorDiane Trout <diane@caltech.edu>
Tue, 22 Aug 2006 06:14:04 +0000 (06:14 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 22 Aug 2006 06:14:04 +0000 (06:14 +0000)
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;
   }