Skip to content
Snippets Groups Projects
Commit 17170f2b authored by Martin Nolte's avatar Martin Nolte
Browse files

merge trunk

[[Imported from SVN: r6871]]
parents b2a59158 568bb115
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment