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

add missing 'const'

[[Imported from SVN: r1594]]
parent 2dc25885
Branches releases/2.1
Tags
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.
Please register or to comment