Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/19 18:24:59 (5 years ago)
Author:
gkronber
Message:

#2520: changed HeuristicLab.BioBoost addon to compile with new HL.Persistence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • addons/HeuristicLab.Problems.BioBoost/HeuristicLab.Problems.BioBoost/3.3/Operators/Mutation/EmptyMutator.cs

    r13071 r16575  
    2424using HeuristicLab.Optimization;
    2525using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     26using HEAL.Attic;
    2627
    2728namespace HeuristicLab.BioBoost.Operators.Mutation {
    2829
    29   [StorableClass]
     30  [StorableType("B9929153-331D-4457-9B6D-F0F9AD15BEEC")]
    3031  public class EmptyMutator : SingleSuccessorOperator, IManipulator {
    3132
    3233    #region Construction & Cloning
    3334    [StorableConstructor]
    34     protected EmptyMutator(bool isDeserializing) : base(isDeserializing) {}
     35    protected EmptyMutator(StorableConstructorFlag _) : base(_) { }
    3536    protected EmptyMutator(EmptyMutator orig, Cloner cloner) : base(orig, cloner) {}
    3637    public EmptyMutator() {}
Note: See TracChangeset for help on using the changeset viewer.