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

    r13071 r16575  
    2727using HeuristicLab.Parameters;
    2828using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     29using HEAL.Attic;
    2930
    3031namespace HeuristicLab.BioBoost.Data {
    31   [StorableClass]
     32  [StorableType("5604E9F0-F4C5-4C07-BE46-7895ED33A63E")]
    3233  [Item("Logistic", "Describes a logistic modality for a certain product.")]
    3334  public class Logistic : DataItem {
     
    7374
    7475    [StorableConstructor]
    75     protected Logistic(bool isDeserializing) : base(isDeserializing) { }
     76    protected Logistic(StorableConstructorFlag _) : base(_) { }
    7677
    7778    [StorableHook(HookType.AfterDeserialization)]
Note: See TracChangeset for help on using the changeset viewer.