diff --git a/dune/subgrid/subgrid/subgridintersection.hh b/dune/subgrid/subgrid/subgridintersection.hh
index 179d05ed4f6b6f9348288d4c1ed1e1c89007206e..f8cef36b5326e8291add18e65061a800548b65dc 100644
--- a/dune/subgrid/subgrid/subgridintersection.hh
+++ b/dune/subgrid/subgrid/subgridintersection.hh
@@ -88,7 +88,7 @@ class SubGridLeafIntersection :
 
     // The type of the actual local geometry implementation
     typedef SubGridLocalGeometry<dim-1, dimworld, GridImp> LocalGeometryImpl;
-    using ctype = Base::ctype;
+    using ctype = typename GridImp::ctype;
 
     using Base::insideIntersect_;