From f8183acd8769c317e85aaba022d09b9d5e2e84b4 Mon Sep 17 00:00:00 2001 From: Mike Bosse Date: Tue, 28 Oct 2014 17:37:45 +0100 Subject: [PATCH] I should have remembered to compile and check before committing. --- gtsam/base/ChartValue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;