We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea55fcc commit f3f62d1Copy full SHA for f3f62d1
gtsam/hybrid/HybridNonlinearFactor.h
@@ -57,7 +57,7 @@ using NonlinearFactorValuePair = std::pair<NonlinearFactor::shared_ptr, double>;
57
*
58
* @ingroup hybrid
59
*/
60
-class HybridNonlinearFactor : public HybridFactor {
+class GTSAM_EXPORT HybridNonlinearFactor : public HybridFactor {
61
public:
62
using Base = HybridFactor;
63
using This = HybridNonlinearFactor;
0 commit comments