Fix missing DLL exported symbol

release/4.3a0
Jose Luis Blanco-Claraco 2020-07-06 20:07:18 +02:00
parent 6eb1230685
commit 3c5f8711ca
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
namespace gtsam {
/// Function to demangle type name of variable, e.g. demangle(typeid(x).name())
std::string demangle(const char* name);
std::string GTSAM_EXPORT demangle(const char* name);
/// Integer nonlinear key type
typedef std::uint64_t Key;