Prechádzať zdrojové kódy

typename issues

Former-commit-id: 402dd571c0ea32d5356a9bc644be6fa0eda842a7
Alec Jacobson 10 rokov pred
rodič
commit
fd9acd9e1f
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  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;}
       static inline void box_intersect(
         SelfIntersectMesh * SIM, 
-        const SelfIntersectMesh::Box &a, 
-        const SelfIntersectMesh::Box &b);
+        const Box &a, 
+        const Box &b);
   };
 }