Fix windows build

release/4.3a0
Fan Jiang 2021-11-21 15:26:38 -05:00
parent 7fbcdc4d2c
commit 6bf6ebc2c0
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ namespace gtsam {
/**
* A base class for both DiscreteFactor and DiscreteConditional
*/
class GTSAM_EXPORT Potentials: public AlgebraicDecisionTree<Key> {
class Potentials: public AlgebraicDecisionTree<Key> {
public: