Added missing GTSAM_UNSTABLE_EXPORT tag

release/4.3a0
Richard Roberts 2013-04-25 15:57:06 +00:00
parent 38af960c53
commit 5f3238634d
1 changed files with 1 additions and 1 deletions

View File

@ -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() {};