Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/01/17 11:29:49 (7 years ago)
Author:
gkronber
Message:

#2520 introduced StorableConstructorFlag type for StorableConstructors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Parameters/3.3/OperatorParameter.cs

    r14927 r15018  
    3232  public class OperatorParameter : OptionalValueParameter<IOperator> {
    3333    [StorableConstructor]
    34     protected OperatorParameter(bool deserializing) : base(deserializing) { }
     34    protected OperatorParameter(StorableConstructorFlag deserializing) : base(deserializing) { }
    3535    protected OperatorParameter(OperatorParameter original, Cloner cloner) : base(original, cloner) { }
    3636    public OperatorParameter() : base("Anonymous") { }
Note: See TracChangeset for help on using the changeset viewer.