mirror of https://github.com/CGAL/cgal
Fix for Windows 'min/max' bug
This commit is contained in:
parent
77f4e02022
commit
10d334d4a5
|
|
@ -67,7 +67,7 @@ private:
|
||||||
tr("Enter number of random points"),
|
tr("Enter number of random points"),
|
||||||
100,
|
100,
|
||||||
0,
|
0,
|
||||||
std::numeric_limits<int>::max(),
|
(std::numeric_limits<int>::max)(),
|
||||||
1,
|
1,
|
||||||
&ok);
|
&ok);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue