Fixed export macros
parent
7374a7a87d
commit
fa676d285c
|
@ -26,7 +26,7 @@
|
|||
|
||||
namespace gtsam {
|
||||
|
||||
class GTSAM_UNSTABLE_EXPORT BatchFixedLagSmoother : public FixedLagSmoother {
|
||||
class GTSAM_EXPORT BatchFixedLagSmoother : public FixedLagSmoother {
|
||||
|
||||
public:
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
namespace gtsam {
|
||||
|
||||
class GTSAM_UNSTABLE_EXPORT FixedLagSmoother {
|
||||
class GTSAM_EXPORT FixedLagSmoother {
|
||||
|
||||
public:
|
||||
|
||||
|
|
Loading…
Reference in New Issue