int -> std::size_t

This commit is contained in:
Andreas Fabri 2022-05-10 07:16:14 +01:00
parent aef14430b6
commit d01fa7bddd
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ namespace Polygon_mesh_processing {
#ifndef DOXYGEN_RUNNING
void start_planar_phase() const {}
void end_planar_phase(bool) const {}
void start_quadratic_phase(int /* n */) const {}
void start_quadratic_phase(std::size_t /* n */) const {}
void quadratic_step() const {}
void end_quadratic_phase(bool) const {}
void start_cubic_phase(int /* n */) const {}