Skip to content
Snippets Groups Projects
Commit 96229942 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

WRG: fix signed/unsigned warning

parent 00f8d2b3
No related branches found
No related tags found
No related merge requests found
......@@ -51,8 +51,8 @@ public:
typedef typename PointsContainerType::Pointer PointsContainerPointer;
typedef typename OutputPointSetType::PointType PointType;
itkSetMacro(NumberOfPoints, int)
itkGetMacro(NumberOfPoints, int)
itkSetMacro(NumberOfPoints, unsigned int)
itkGetMacro(NumberOfPoints, unsigned int)
itkSetMacro(MinPoint, PointType)
itkGetMacro(MinPoint, PointType)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment