Skip to content

Commit ce6b146

Browse files
committed
set GTSAM_EXPORT for PrintDiscreteValues
1 parent 02f2ef2 commit ce6b146

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gtsam/discrete/DiscreteValues.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ inline std::vector<DiscreteValues> cartesianProduct(const DiscreteKeys& keys) {
189189
}
190190

191191
/// Free version of print for wrapper
192-
void PrintDiscreteValues(
193-
const DiscreteValues& values, const std::string& s = "",
194-
const KeyFormatter& keyFormatter = DefaultKeyFormatter);
192+
void GTSAM_EXPORT
193+
PrintDiscreteValues(const DiscreteValues& values, const std::string& s = "",
194+
const KeyFormatter& keyFormatter = DefaultKeyFormatter);
195195

196196
/// Free version of markdown.
197197
std::string GTSAM_EXPORT

0 commit comments

Comments
 (0)