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/MultiMutator.cs

    r13071 r16575  
    3434using System.Collections.Generic;
    3535using System.Linq;
     36using HEAL.Attic;
    3637
    3738namespace HeuristicLab.BioBoost.Operators.Mutation {
    38   [StorableClass]
     39  [StorableType("4051852F-E6DA-45A6-A63B-E62FA18D9D3E")]
    3940  public class MultiMutator : StochasticMultiBranch<IManipulator>, IManipulator, IStochasticOperator {
    4041
     
    5657    #region Construction & Cloning
    5758    [StorableConstructor]
    58     protected MultiMutator(bool isDeserializing) : base(isDeserializing) { }
     59    protected MultiMutator(StorableConstructorFlag _) : base(_) { }
    5960    protected MultiMutator(MultiMutator orig, Cloner cloner) : base(orig, cloner) { }
    6061    public MultiMutator() {
Note: See TracChangeset for help on using the changeset viewer.