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