Преглед на файлове

missing template functions

Former-commit-id: 8da6994299656d9dd8da32c5eb397559089d701d
alemuntoni преди 8 години
родител
ревизия
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");
   assert(ret && "Unknown MeshBooleanType name");
   return type;
   return type;
 }
 }
-

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

@@ -31,7 +31,7 @@ namespace igl
         const std::string & s,
         const std::string & s,
         MeshBooleanType & type);
         MeshBooleanType & type);
       // Returns type without error handling
       // 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);
         const std::string & s);
     }
     }
   }
   }