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/Data/Conversion.cs

    r13071 r16575  
    2828using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2929using YamlDotNet.RepresentationModel;
     30using HEAL.Attic;
    3031
    3132namespace HeuristicLab.BioBoost.Data {
    32   [StorableClass]
     33  [StorableType("AFFEC6E6-4373-41FD-B43E-139449409C98")]
    3334  [Item("Conversion", "Describes a conversion process including storage.")]
    3435  public class Conversion : DataItem {
     
    141142
    142143    [StorableConstructor]
    143     protected Conversion(bool isDeserializing) : base(isDeserializing) { }
     144    protected Conversion(StorableConstructorFlag _) : base(_) { }
    144145
    145146    [StorableHook(HookType.AfterDeserialization)]
Note: See TracChangeset for help on using the changeset viewer.