diff --git a/dumux/porousmediumflow/velocity.hh b/dumux/porousmediumflow/velocity.hh
index 577afc490ea19f0f22b9849dea110e4163086867..f56891f728fefaaca523929cf3adacefe10a849c 100644
--- a/dumux/porousmediumflow/velocity.hh
+++ b/dumux/porousmediumflow/velocity.hh
@@ -170,7 +170,7 @@ public:
         }
 
         // get the transposed Jacobian of the element mapping
-        const auto refElement = referenceElement(geometry);
+        const auto refElement = Dune::referenceElement(geometry);
         const auto& localPos = refElement.position(0, 0);
         const auto jacobianT2 = geometry.jacobianTransposed(localPos);