diff --git a/grid/common/indexstack.hh b/grid/common/indexstack.hh index 5e1e773bd68d8ea12c09d4946f2822b3c01d46f9..cf781b83217b75026f5798c9cd8439d0d8f21a5b 100644 --- a/grid/common/indexstack.hh +++ b/grid/common/indexstack.hh @@ -22,8 +22,8 @@ namespace Dune { typedef typename Dune::DoubleLinkedList< StackType * > StackListType; - typename StackListType fullStackList_; - typename StackListType emptyStackList_; + StackListType fullStackList_; + StackListType emptyStackList_; typedef typename StackListType::Iterator DListIteratorType; StackType * stack_;