Fix for Windows 'min/max' bug

This commit is contained in:
Andreas Fabri 2012-01-18 11:21:11 +00:00
parent 77f4e02022
commit 10d334d4a5
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ private:
tr("Enter number of random points"),
100,
0,
std::numeric_limits<int>::max(),
(std::numeric_limits<int>::max)(),
1,
&ok);