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:
parent
067f47a3ee
commit
510c618b96
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user