diff --git a/gtsam/base/ChartValue.h b/gtsam/base/ChartValue.h index a5028b0d3..fb51a55f8 100644 --- a/gtsam/base/ChartValue.h +++ b/gtsam/base/ChartValue.h @@ -45,7 +45,7 @@ namespace gtsam { // ChartValue is derived from GenericValue and Chart so that Chart can be zero sized (as in DefaultChart) // if the Chart is a member variable then it won't ever be zero sized. template > -class ChartValue : public GenericValue, public Chart { +class ChartValue : public GenericValue, public Chart_ { BOOST_CONCEPT_ASSERT((ChartConcept)); public: typedef T type;