From: Wolfgang Bangerth Date: Fri, 6 Oct 2000 14:05:51 +0000 (+0000) Subject: Ups, forgot class spec. X-Git-Tag: v8.0.0~20039 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6f90d3b8bf57f67e05328b53144726b1a3bdb6e;p=dealii.git Ups, forgot class spec. git-svn-id: https://svn.dealii.org/trunk@3393 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/dofs/dof_handler.cc b/deal.II/deal.II/source/dofs/dof_handler.cc index 5855125b54..c7a8b001ba 100644 --- a/deal.II/deal.II/source/dofs/dof_handler.cc +++ b/deal.II/deal.II/source/dofs/dof_handler.cc @@ -28,7 +28,7 @@ template -const unsigned int invalid_dof_index = static_cast(-1); +const unsigned int DoFHandler::invalid_dof_index = static_cast(-1);