From: Wolfgang Bangerth Date: Mon, 14 Jun 2010 20:34:45 +0000 (+0000) Subject: Make one argument const. X-Git-Tag: v8.0.0~6056 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04a07ef800613d5af0c7e8cc462737dd2c2342b2;p=dealii.git Make one argument const. git-svn-id: https://svn.dealii.org/trunk@21206 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/quadrature_lib.cc b/deal.II/base/source/quadrature_lib.cc index b28a9bf96b..3d7b4cdbb9 100644 --- a/deal.II/base/source/quadrature_lib.cc +++ b/deal.II/base/source/quadrature_lib.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -174,7 +174,7 @@ QGauss<1>::QGauss (const unsigned int n) template <> -QGaussLobatto<1>::QGaussLobatto (unsigned int n) +QGaussLobatto<1>::QGaussLobatto (const unsigned int n) : Quadrature<1> (n) {