aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/examples/make_circulant.cpp.evaluator2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/make_circulant.cpp.evaluator b/doc/examples/make_circulant.cpp.evaluator
index 71c8d4027..2ba79e783 100644
--- a/doc/examples/make_circulant.cpp.evaluator
+++ b/doc/examples/make_circulant.cpp.evaluator
@@ -25,7 +25,7 @@ namespace Eigen {
return m_argImpl.coeff(index);
}
- typename evaluator<ArgTypeNestedCleaned>::nestedType m_argImpl;
+ evaluator<ArgTypeNestedCleaned> m_argImpl;
const Index m_rows;
};
}