diff --git a/gtsam_unstable/nonlinear/ConcurrentFilteringAndSmoothing.h b/gtsam_unstable/nonlinear/ConcurrentFilteringAndSmoothing.h index feb6a3f1a..706ae2b65 100644 --- a/gtsam_unstable/nonlinear/ConcurrentFilteringAndSmoothing.h +++ b/gtsam_unstable/nonlinear/ConcurrentFilteringAndSmoothing.h @@ -47,7 +47,7 @@ public: protected: - friend void synchronize(ConcurrentFilter& filter, ConcurrentSmoother& smoother); + friend void GTSAM_UNSTABLE_EXPORT synchronize(ConcurrentFilter& filter, ConcurrentSmoother& smoother); /** Default constructor */ ConcurrentFilter() {};