Fix errors on Windows with VS 2010

release/4.3a0
Chris Beall 2014-04-17 23:53:41 -04:00
parent 1ed2700515
commit 36f53f7226
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class VariableSlots : public FastMap<Key, FastVector<size_t> > {
public:
typedef FastMap<Key, FastVector<size_t> > Base;
static const size_t Empty;
GTSAM_EXPORT static const size_t Empty;
/// @name Standard Constructors
/// @{