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/ProblemDescription/BioBoostProblemData.cs

    r13071 r16575  
    4141using GeoAPI.Geometries;
    4242using HeuristicLab.BioBoost.Representation;
     43using HEAL.Attic;
    4344
    4445namespace HeuristicLab.BioBoost.ProblemDescription {
    4546
    46   [StorableClass]
     47  [StorableType("1A6A5B9A-0E82-4873-9F8F-87ABA1D8F125")]
    4748  public class BioBoostProblemData : ParameterizedNamedItem {
    4849
     
    185186
    186187    [StorableConstructor]
    187     protected BioBoostProblemData(bool isDeserializing) : base(isDeserializing) { }
     188    protected BioBoostProblemData(StorableConstructorFlag _) : base(_) { }
    188189    protected BioBoostProblemData(BioBoostProblemData orig, Cloner cloner)
    189190      : base(orig, cloner) {
Note: See TracChangeset for help on using the changeset viewer.