added typedef to preserve compatibility with SmartProjectionCameraFactor
parent
ea6f5e3fb9
commit
356d43bb9e
|
|
@ -52,6 +52,7 @@ public:
|
||||||
private:
|
private:
|
||||||
typedef SmartFactorBase<CAMERA> Base;
|
typedef SmartFactorBase<CAMERA> Base;
|
||||||
typedef SmartProjectionFactor<CAMERA> This;
|
typedef SmartProjectionFactor<CAMERA> This;
|
||||||
|
typedef SmartProjectionFactor<CAMERA> SmartProjectionCameraFactor;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue