Free cookie consent management tool by TermsFeed Policy Generator

Changeset 10745


Ignore:
Timestamp:
04/14/14 13:04:51 (10 years ago)
Author:
mkommend
Message:

#2173: Corrected ctor call in ComparisonConstraint.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core/3.3/Constraints/ComparisonConstraint.cs

    r9456 r10745  
    3737    }
    3838    public ComparisonConstraint(IItem constrainedValue, ConstraintOperation comparisonOperation, object comparisonValue, bool active)
    39       : base(constrainedValue, comparisonOperation, comparisonOperation, active) {
     39      : base(constrainedValue, comparisonOperation, comparisonValue, active) {
    4040    }
    4141
Note: See TracChangeset for help on using the changeset viewer.