diff --git a/gtsam/geometry/PinholePose.h b/gtsam/geometry/PinholePose.h index 6f2f7dca0..019cc2609 100644 --- a/gtsam/geometry/PinholePose.h +++ b/gtsam/geometry/PinholePose.h @@ -33,12 +33,14 @@ namespace gtsam { template class GTSAM_EXPORT PinholeBaseK: public PinholeBase { - GTSAM_CONCEPT_MANIFOLD_TYPE(Calibration) +private: + + GTSAM_CONCEPT_MANIFOLD_TYPE(Calibration); // Get dimensions of calibration type at compile time -static const int DimK = FixedDimension::value; + static const int DimK = FixedDimension::value; -public : +public: /// @name Standard Constructors /// @{