From 573cd6b6c2afce34be4a9821262bed7d2f75cd3e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 13 Feb 2006 23:08:55 +0000 Subject: [PATCH] Fix the same problem here as with the MappingCollection. git-svn-id: https://svn.dealii.org/trunk@12375 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/q_collection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/fe/q_collection.h b/deal.II/deal.II/include/fe/q_collection.h index a454125634..a587e64fa7 100644 --- a/deal.II/deal.II/include/fe/q_collection.h +++ b/deal.II/deal.II/include/fe/q_collection.h @@ -54,7 +54,7 @@ namespace hp * quadrature is used for all active_fe * indices. */ - QCollection (const Quadrature &quadrature); + explicit QCollection (const Quadrature &quadrature); /** * Returns the number of quadrature -- 2.39.5