From: Wolfgang Bangerth <bangerth@math.tamu.edu>
Date: Tue, 11 Jun 2002 09:22:47 +0000 (+0000)
Subject: Make argument const, as in the class declaration.
X-Git-Tag: v8.0.0~17896
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b498e05c617d773f3b3e1e7ecb00693bed3d373;p=dealii.git

Make argument const, as in the class declaration.


git-svn-id: https://svn.dealii.org/trunk@6055 0785d39b-7218-0410-832d-ea1e28bc413d
---

diff --git a/deal.II/deal.II/source/fe/fe_dgp.cc b/deal.II/deal.II/source/fe/fe_dgp.cc
index 12678e7777..77fd7a4d9f 100644
--- a/deal.II/deal.II/source/fe/fe_dgp.cc
+++ b/deal.II/deal.II/source/fe/fe_dgp.cc
@@ -23,7 +23,7 @@
 
 
 template <int dim>
-FE_DGP<dim>::FE_DGP (unsigned int degree)
+FE_DGP<dim>::FE_DGP (const unsigned int degree)
 		:
 		FiniteElement<dim> (FiniteElementData<dim>(get_dpo_vector(degree),1),
 				    std::vector<bool>(1,true),