diff --git a/gtsam/geometry/SOn.h b/gtsam/geometry/SOn.h index f44c578cc..a6392c2f9 100644 --- a/gtsam/geometry/SOn.h +++ b/gtsam/geometry/SOn.h @@ -340,7 +340,7 @@ void serialize( const unsigned int file_version ) { Matrix& M = Q.matrix_; - ar& M; + ar& BOOST_SERIALIZATION_NVP(M); } /*