From ccf747b9f64d63b31e8c52b329ba0936feb5cf47 Mon Sep 17 00:00:00 2001
From: wolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Sat, 18 Feb 2006 05:07:38 +0000
Subject: [PATCH] Avoid warning.

git-svn-id: https://svn.dealii.org/trunk@12413 0785d39b-7218-0410-832d-ea1e28bc413d
---
 tests/hp/crash_01.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/hp/crash_01.cc b/tests/hp/crash_01.cc
index c439c681a9..3c81ab1c39 100644
--- a/tests/hp/crash_01.cc
+++ b/tests/hp/crash_01.cc
@@ -40,7 +40,7 @@ void test ()
 
   hp::DoFHandler<dim> dof_handler(tria);
   tria.refine_global(1);
-  for (hp::DoFHandler<dim>::active_cell_iterator
+  for (typename hp::DoFHandler<dim>::active_cell_iterator
          cell=dof_handler.begin_active();
        cell!=dof_handler.end(); ++cell)
     cell->set_active_fe_index (0);
-- 
2.39.5