Skip to content

Commit

Permalink
mark GTSAM_EXPORT
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Oct 9, 2024
1 parent 8b3dfd8 commit 2335d94
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
class HybridGaussianProductFactor : public DecisionTree<Key, GaussianFactorGraph> {
class GTSAM_EXPORT HybridGaussianProductFactor : public DecisionTree<Key, GaussianFactorGraph> {
public:
using Y = GaussianFactorGraph;
using Base = DecisionTree<Key, Y>;
Expand Down

0 comments on commit 2335d94

Please sign in to comment.