From 4b1a5c47d8ff86dbbd64452a146a1971ad1618e6 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 2 Jul 2001 15:57:10 +0000 Subject: [PATCH] Fix missing typename git-svn-id: https://svn.dealii.org/trunk@4790 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/fe/fe_system.h b/deal.II/deal.II/include/fe/fe_system.h index d343b9b57f..2b2b0b25b8 100644 --- a/deal.II/deal.II/include/fe/fe_system.h +++ b/deal.II/deal.II/include/fe/fe_system.h @@ -594,7 +594,7 @@ class FESystem : public FiniteElement * filled by the @p{get_data} * function. */ - typename std::vector::InternalDataBase *> base_fe_datas; + typename std::vector::InternalDataBase *> base_fe_datas; /** * Pointers to the -- 2.39.5