Fixed friend declaration
parent
b97afe338f
commit
59c258623a
|
|
@ -126,7 +126,7 @@ class RangeFactorWithTransform
|
|||
|
||||
private:
|
||||
/** Serialization function */
|
||||
friend typename boost::serialization::access;
|
||||
friend class boost::serialization::access;
|
||||
template <typename ARCHIVE>
|
||||
void serialize(ARCHIVE& ar, const unsigned int /*version*/) {
|
||||
ar& boost::serialization::make_nvp(
|
||||
|
|
|
|||
Loading…
Reference in New Issue