Skip to content
Snippets Groups Projects
Commit 0704f087 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Element in sllist.hh is a struct, not a class.

[[Imported from SVN: r6867]]
parent ce6e7f05
Branches
Tags
No related merge requests found
......@@ -41,7 +41,7 @@ namespace Dune
template<typename T, class A=std::allocator<T> >
class SLList
{
class Element;
struct Element;
friend class SLListIterator<T,A>;
friend class SLListConstIterator<T,A>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment