Skip to content

Commit

Permalink
Fix compilation further to lifecycle v25.06 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot authored Feb 20, 2025
1 parent 951bae9 commit 11ecd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CGALPlugin/BooleanOperations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ struct Exact_vertex_point_map


BooleanOperations::BooleanOperations()
: d_operation(initData(&d_operation, sofa::helper::OptionsGroup(3,"union","intersection","difference"), "operation","Boolean operation"))
: d_operation(initData(&d_operation, sofa::helper::OptionsGroup{"union","intersection","difference"}, "operation","Boolean operation"))
, d_positions1In(initData (&d_positions1In, "position1", "Input positions of the first mesh"))
, d_positions2In(initData (&d_positions2In, "position2", "Input positions of the second mesh"))
, d_triangles1In(initData (&d_triangles1In, "triangles1", "Input triangles of the first mesh"))
Expand Down

0 comments on commit 11ecd38

Please sign in to comment.