Fix missing symbol exports for windows

release/4.3a0
Andrew Melim 2014-12-08 20:45:24 -05:00
parent 92f1f33818
commit 4f6ed03803
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ namespace gtsam {
GTSAM_EXTERN_EXPORT FastMap<std::string, ValueWithDefault<bool,false> > debugFlags;
// thread-safe functions to access debugFlags map
bool guardedIsDebug(const std::string& s);
void guardedSetDebug(const std::string& s, const bool v);
bool GTSAM_EXPORT guardedIsDebug(const std::string& s);
void GTSAM_EXPORT guardedSetDebug(const std::string& s, const bool v);
}
#undef ISDEBUG