Skip to content

Commit 637cba8

Browse files
committed
No EXPORT
1 parent 6a43119 commit 637cba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gtsam/nonlinear/BatchFactor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ static FactorType createFactor(K1 k1, K2 k2, const Meas& z, const Model& model,
111111
* @tparam ErrorDim The dimension of the error vector for a single factor
112112
*/
113113
template <typename FactorType, int ErrorDim>
114-
class GTSAM_EXPORT BatchFactor : public NonlinearFactor {
114+
class BatchFactor : public NonlinearFactor {
115115
public:
116116
// Static assertion to ensure FactorType derives from NoiseModelFactor
117117
static_assert(std::is_base_of<NoiseModelFactor, FactorType>::value,

0 commit comments

Comments
 (0)