From 257f33d42ad771ab28f6ad918788ab394bb8b121 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 22 Jan 2003 23:05:53 +0000 Subject: [PATCH] Qualify name loopup. git-svn-id: https://svn.dealii.org/trunk@6943 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/dofs/dof_handler.h b/deal.II/deal.II/include/dofs/dof_handler.h index 1f1b4f6f33..a2c4bc070c 100644 --- a/deal.II/deal.II/include/dofs/dof_handler.h +++ b/deal.II/deal.II/include/dofs/dof_handler.h @@ -256,7 +256,7 @@ class DoFHandler : public Subscriptor, * Alias the @p{FunctionMap} type * declared elsewhere. */ - typedef typename FunctionMap::type FunctionMap; + typedef typename ::FunctionMap::type FunctionMap; /** * When the arrays holding the -- 2.39.5