Fix windows build
parent
7fbcdc4d2c
commit
6bf6ebc2c0
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue