Explorar o código

typename issues

Former-commit-id: 402dd571c0ea32d5356a9bc644be6fa0eda842a7
Alec Jacobson %!s(int64=10) %!d(string=hai) anos
pai
achega
fd9acd9e1f
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      include/igl/cgal/SelfIntersectMesh.h

+ 2 - 2
include/igl/cgal/SelfIntersectMesh.h

@@ -214,8 +214,8 @@ namespace igl
       //const IndexList& get_lIF() const{ return lIF;}
       //const IndexList& get_lIF() const{ return lIF;}
       static inline void box_intersect(
       static inline void box_intersect(
         SelfIntersectMesh * SIM, 
         SelfIntersectMesh * SIM, 
-        const SelfIntersectMesh::Box &a, 
+        const Box &a, 
-        const SelfIntersectMesh::Box &b);
+        const Box &b);
   };
   };
 }
 }