Skip to content

Commit

Permalink
Fix dilate
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Dec 13, 2024
1 parent c396a9a commit a8f8a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel_23/include/CGAL/Bbox.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class Bbox
}
}

dilate(int dist)
void dilate(int dist)
{
using boost::math::float_advance;
int d = dimension();
Expand Down

0 comments on commit a8f8a3e

Please sign in to comment.