set GTSAM_EXPORT for PrintDiscreteValues
parent
02f2ef20c1
commit
ce6b1461e1
|
@ -189,8 +189,8 @@ inline std::vector<DiscreteValues> cartesianProduct(const DiscreteKeys& keys) {
|
|||
}
|
||||
|
||||
/// Free version of print for wrapper
|
||||
void PrintDiscreteValues(
|
||||
const DiscreteValues& values, const std::string& s = "",
|
||||
void GTSAM_EXPORT
|
||||
PrintDiscreteValues(const DiscreteValues& values, const std::string& s = "",
|
||||
const KeyFormatter& keyFormatter = DefaultKeyFormatter);
|
||||
|
||||
/// Free version of markdown.
|
||||
|
|
Loading…
Reference in New Issue