From 5766fbb74560c25cfa4bf258145c99f9a6bac65c Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 24 Oct 2006 23:44:31 +0000 Subject: [PATCH] Fix obvious oversight so as to make everything compile. git-svn-id: https://svn.dealii.org/trunk@14074 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/fe/fe_tools.h b/deal.II/deal.II/include/fe/fe_tools.h index cbda33164a..a65857d06c 100644 --- a/deal.II/deal.II/include/fe/fe_tools.h +++ b/deal.II/deal.II/include/fe/fe_tools.h @@ -1043,7 +1043,7 @@ class FETools */ template static void add_fe_name(const std::string& name, - boost::shared_ptr > factory); + const FEFactoryBase *factory); /** * The string used for -- 2.39.5