Fix errors on Windows with VS 2010
parent
1ed2700515
commit
36f53f7226
|
@ -55,7 +55,7 @@ class VariableSlots : public FastMap<Key, FastVector<size_t> > {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
typedef FastMap<Key, FastVector<size_t> > Base;
|
typedef FastMap<Key, FastVector<size_t> > Base;
|
||||||
static const size_t Empty;
|
GTSAM_EXPORT static const size_t Empty;
|
||||||
|
|
||||||
/// @name Standard Constructors
|
/// @name Standard Constructors
|
||||||
/// @{
|
/// @{
|
||||||
|
|
Loading…
Reference in New Issue