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.Operators/3.3/ReductionOperation.cs

    r14929 r15018  
    4848
    4949    [StorableConstructor]
    50     protected ReductionOperation(bool deserializing) : base(deserializing) { }
     50    protected ReductionOperation(StorableConstructorFlag deserializing) : base(deserializing) { }
    5151    protected ReductionOperation(ReductionOperation original, Cloner cloner) : base(original, cloner) { }
    5252    public ReductionOperation() : base() { }
Note: See TracChangeset for help on using the changeset viewer.