gcc2 don't like INFINITY. Fix the build.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39682 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Clemens Zeidler 2010-11-30 03:35:15 +00:00
parent 067f47a3ee
commit 510c618b96

View File

@ -73,9 +73,8 @@ public:
protected:
Constraint(LinearSpec* ls,
SummandList* summands, OperatorType op,
double rightSide,
double penaltyNeg = INFINITY,
double penaltyPos = INFINITY);
double rightSide, double penaltyNeg,
double penaltyPos);
private:
LinearSpec* fLS;