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

    r14927 r15018  
    3535  public class ExponentialDiscreteDoubleValueModifier : DiscreteDoubleValueModifier {
    3636    [StorableConstructor]
    37     protected ExponentialDiscreteDoubleValueModifier(bool deserializing) : base(deserializing) { }
     37    protected ExponentialDiscreteDoubleValueModifier(StorableConstructorFlag deserializing) : base(deserializing) { }
    3838    protected ExponentialDiscreteDoubleValueModifier(ExponentialDiscreteDoubleValueModifier original, Cloner cloner) : base(original, cloner) { }
    3939    public ExponentialDiscreteDoubleValueModifier() : base() { }
Note: See TracChangeset for help on using the changeset viewer.