소스 검색

missing template functions

Former-commit-id: 8da6994299656d9dd8da32c5eb397559089d701d
alemuntoni 9 년 전
부모
커밋
80363452a1
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      include/igl/copyleft/cgal/string_to_mesh_boolean_type.cpp
  2. 1 1
      include/igl/copyleft/cgal/string_to_mesh_boolean_type.h

+ 0 - 1
include/igl/copyleft/cgal/string_to_mesh_boolean_type.cpp

@@ -51,4 +51,3 @@ igl::copyleft::cgal::string_to_mesh_boolean_type(
   assert(ret && "Unknown MeshBooleanType name");
   return type;
 }
-

+ 1 - 1
include/igl/copyleft/cgal/string_to_mesh_boolean_type.h

@@ -31,7 +31,7 @@ namespace igl
         const std::string & s,
         MeshBooleanType & type);
       // Returns type without error handling
-      IGL_INLINE igl::MeshBooleanType string_to_mesh_boolean_type(
+      IGL_INLINE MeshBooleanType string_to_mesh_boolean_type(
         const std::string & s);
     }
   }