diff --git a/gtsam.h b/gtsam.h index 06b4c442a..fa041dba0 100644 --- a/gtsam.h +++ b/gtsam.h @@ -33,7 +33,7 @@ class Pose2 { double y() const; double theta() const; size_t dim() const; - Pose2 expmap(const Vector& v) const; + Pose2 expmap(Vector v) const; Vector logmap(const Pose2& pose) const; Point2 t() const; Rot2 r() const;