From a27a6283d035eb15e3f52c01fcbee9310fdfa5ff Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Fri, 2 Aug 2013 22:09:31 +0000 Subject: [PATCH] Missing export --- gtsam/linear/VectorValues.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/linear/VectorValues.h b/gtsam/linear/VectorValues.h index a3c5d3f2c..e1aa65e2d 100644 --- a/gtsam/linear/VectorValues.h +++ b/gtsam/linear/VectorValues.h @@ -273,7 +273,7 @@ namespace gtsam { VectorValues subtract(const VectorValues& c) const; /** Element-wise scaling by a constant. */ - friend VectorValues operator*(const double a, const VectorValues &v); + friend GTSAM_EXPORT VectorValues operator*(const double a, const VectorValues &v); /** Element-wise scaling by a constant. */ VectorValues scale(const double a) const;