mark DefaultKeyFormatter with GTSAM_EXPORT
parent
ebf3672c8d
commit
3c5c500aa5
|
@ -46,7 +46,7 @@ GTSAM_EXPORT std::string _defaultKeyFormatter(Key key);
|
||||||
* Marked as `extern` so that it can be updated by external libraries.
|
* Marked as `extern` so that it can be updated by external libraries.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
extern KeyFormatter DefaultKeyFormatter;
|
extern GTSAM_EXPORT KeyFormatter DefaultKeyFormatter;
|
||||||
|
|
||||||
// Helper function for Multi-robot Key Formatter
|
// Helper function for Multi-robot Key Formatter
|
||||||
GTSAM_EXPORT std::string _multirobotKeyFormatter(gtsam::Key key);
|
GTSAM_EXPORT std::string _multirobotKeyFormatter(gtsam::Key key);
|
||||||
|
|
Loading…
Reference in New Issue