Missing export

release/4.3a0
Richard Roberts 2013-08-02 22:09:31 +00:00
parent 1f6ca330ee
commit a27a6283d0
1 changed files with 1 additions and 1 deletions

View File

@ -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;