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

    r13071 r16575  
    3030using System;
    3131using System.Linq;
     32using HEAL.Attic;
    3233
    3334namespace HeuristicLab.BioBoost.Operators.Mutation {
    34   [StorableClass]
     35  [StorableType("EE0CB71C-2631-445E-BFBF-55967F4D371E")]
    3536  public class TargetMergingIntegerVectorManipulator : BoundedIntegerVectorManipulator {
    3637
     
    6768    #region Construction & Cloning
    6869    [StorableConstructor]
    69     protected TargetMergingIntegerVectorManipulator(bool isDeserializing) : base(isDeserializing) {}
     70    protected TargetMergingIntegerVectorManipulator(StorableConstructorFlag _) : base(_) { }
    7071    protected TargetMergingIntegerVectorManipulator(TargetMergingIntegerVectorManipulator orig, Cloner cloner) : base(orig, cloner) {}
    7172    public TargetMergingIntegerVectorManipulator() {
Note: See TracChangeset for help on using the changeset viewer.