From 4d71fa10af4af1cedaa8c60c00797b6dcd737f0e Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Mon, 20 May 2013 17:26:49 +0000 Subject: [PATCH] Added missing GTSAM_EXPORT tag --- gtsam/base/LieVector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/base/LieVector.h b/gtsam/base/LieVector.h index 3bb0ffd39..c978500dd 100644 --- a/gtsam/base/LieVector.h +++ b/gtsam/base/LieVector.h @@ -53,7 +53,7 @@ struct LieVector : public Vector, public DerivedValue { } /** print @param name optional string naming the object */ - void print(const std::string& name="") const; + GTSAM_EXPORT void print(const std::string& name="") const; /** equality up to tolerance */ bool equals(const LieVector& expected, double tol=1e-5) const {