Skip to content

Commit 1da8dfe

Browse files
committed
try fix windows
1 parent e9b0ccc commit 1da8dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/geode/mesh/helpers/remove_vertex_duplication.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ namespace geode
5353
void remove_vertex_duplication( const SurfaceMesh< dimension >& mesh,
5454
SurfaceMeshBuilder< dimension >& builder );
5555

56-
void remove_vertex_duplication(
56+
void opengeode_mesh_api remove_vertex_duplication(
5757
const SolidMesh3D& mesh, SolidMeshBuilder3D& builder );
5858
} // namespace geode

0 commit comments

Comments
 (0)