Skip to content
Snippets Groups Projects
Commit edd44d16 authored by Timo Koch's avatar Timo Koch
Browse files

The dereference method has to return a const entity reference.

parent b895b8be
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ class FoamGridEntityPointer
//! dereferencing
Entity& dereference() const {
const Entity& dereference() const {
return virtualEntity_;
}
......
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