Skip to content
Snippets Groups Projects
Commit 2e33ac62 authored by Oliver Sander's avatar Oliver Sander
Browse files

add missing const

[[Imported from SVN: r1495]]
parent 28f69f7b
No related branches found
No related tags found
No related merge requests found
......@@ -637,7 +637,7 @@ namespace Dune {
//! @returns an iterator that is positioned before
//! the first entry of the vector.
Iterator beforeBegin ()
Iterator beforeBegin () const
{
return Iterator(block,-1);
}
......
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