From: Diane Trout Date: Tue, 22 Aug 2006 06:14:04 +0000 (+0000) Subject: catch the other spurious class decoration X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=commitdiff_plain;h=0b08996cdd1e856dd4d83ca57c37ffcdaffc0cad catch the other spurious class decoration --- diff --git a/alg/sequence.hpp b/alg/sequence.hpp index 0aeb8cc..64c60a0 100644 --- a/alg/sequence.hpp +++ b/alg/sequence.hpp @@ -73,7 +73,7 @@ struct motif : public annot private: friend class boost::serialization::access; template - void motif::serialize(Archive& ar, const unsigned int /*version*/) { + void serialize(Archive& ar, const unsigned int /*version*/) { ar & boost::serialization::base_object(*this); ar & sequence; }