Skip to content

Commit

Permalink
add GTSAM_EXPORT to HybridGaussianProductFactor
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Oct 8, 2024
1 parent 8b8466e commit 02d5421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtsam/hybrid/HybridGaussianProductFactor.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace gtsam {
class HybridGaussianFactor;

/// Alias for DecisionTree of GaussianFactorGraphs and their scalar sums
class HybridGaussianProductFactor
class GTSAM_EXPORT HybridGaussianProductFactor
: public DecisionTree<Key, std::pair<GaussianFactorGraph, double>> {
public:
using Y = std::pair<GaussianFactorGraph, double>;
Expand Down

0 comments on commit 02d5421

Please sign in to comment.