Added missing GTSAM_EXPORT tag

release/4.3a0
Richard Roberts 2013-05-20 17:26:49 +00:00
parent cff6d814eb
commit 4d71fa10af
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ struct LieVector : public Vector, public DerivedValue<LieVector> {
}
/** 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 {