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/Analysis/BestBioBoostSolutionAnalyzer.cs

    r13071 r16575  
    3131using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    3232using System.Linq;
     33using HEAL.Attic;
    3334
    3435namespace HeuristicLab.BioBoost.Analysis {
    3536
    3637  [Item("BestBioBoostSolutionAnalyzer", "An operator for analyzing the best bioboost solution.")]
    37   [StorableClass]
     38  [StorableType("B6E57285-A990-4675-9BD2-C3D61DF46E96")]
    3839  public class BestBioBoostSolutionAnalyzer : SingleSuccessorOperator, IAnalyzer {
    3940
     
    8990    #region Construction & Cloning
    9091    [StorableConstructor]
    91     protected BestBioBoostSolutionAnalyzer(bool isDeserializing) : base(isDeserializing) {}
     92    protected BestBioBoostSolutionAnalyzer(StorableConstructorFlag _) : base(_) { }
    9293    protected BestBioBoostSolutionAnalyzer(BestBioBoostSolutionAnalyzer orig, Cloner cloner) : base(orig, cloner) {}
    9394    public BestBioBoostSolutionAnalyzer() {
Note: See TracChangeset for help on using the changeset viewer.