Added missing export tag

release/4.3a0
Richard Roberts 2013-06-04 17:34:02 +00:00
parent b3282577fb
commit b2d4469cb3
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
namespace gtsam {
Matrix cov(const Matrix& m);
GTSAM_UNSTABLE_EXPORT Matrix cov(const Matrix& m);
class GTSAM_UNSTABLE_EXPORT AHRS {