Fixed export macros

release/4.3a0
Frank Dellaert 2023-02-22 22:36:35 -08:00
parent 7374a7a87d
commit fa676d285c
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
namespace gtsam {
class GTSAM_UNSTABLE_EXPORT BatchFixedLagSmoother : public FixedLagSmoother {
class GTSAM_EXPORT BatchFixedLagSmoother : public FixedLagSmoother {
public:

View File

@ -30,7 +30,7 @@
namespace gtsam {
class GTSAM_UNSTABLE_EXPORT FixedLagSmoother {
class GTSAM_EXPORT FixedLagSmoother {
public: