mark DefaultKeyFormatter with GTSAM_EXPORT

release/4.3a0
Varun Agrawal 2023-10-11 18:00:45 -04:00
parent ebf3672c8d
commit 3c5c500aa5
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ GTSAM_EXPORT std::string _defaultKeyFormatter(Key key);
* 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
GTSAM_EXPORT std::string _multirobotKeyFormatter(gtsam::Key key);