remove typename from non-templated class
parent
1dec2c230c
commit
f916531492
|
|
@ -39,7 +39,7 @@ namespace gtsam {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
// shorthand for a smart pointer to a factor
|
// shorthand for a smart pointer to a factor
|
||||||
typedef typename boost::shared_ptr<BiasedGPSFactor> shared_ptr;
|
typedef boost::shared_ptr<BiasedGPSFactor> shared_ptr;
|
||||||
|
|
||||||
/** default constructor - only use for serialization */
|
/** default constructor - only use for serialization */
|
||||||
BiasedGPSFactor() {}
|
BiasedGPSFactor() {}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue