From: Wolfgang Bangerth Date: Fri, 19 Apr 2002 14:44:59 +0000 (+0000) Subject: Unify. X-Git-Tag: v8.0.0~18152 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e26dfa6dc8a625e517a1901d6effa19fb9068653;p=dealii.git Unify. git-svn-id: https://svn.dealii.org/trunk@5696 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-13/step-13.cc b/deal.II/examples/step-13/step-13.cc index db9677e389..5eb3a8d0c0 100644 --- a/deal.II/examples/step-13/step-13.cc +++ b/deal.II/examples/step-13/step-13.cc @@ -1727,7 +1727,7 @@ template class RightHandSide : public Function { public: - RightHandSide () {}; + RightHandSide () : Function () {}; virtual double value (const Point &p, const unsigned int component) const;