Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/19 18:10:11 (5 years ago)
Author:
gkronber
Message:

#2520: changed HeuristicLab.FLA addon to compile with new HL.Persistence

Location:
addons/HeuristicLab.FitnessLandscapeAnalysis
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • addons/HeuristicLab.FitnessLandscapeAnalysis

    • Property svn:ignore
      •  

        old new  
        33*.user
        44*.suo
         5packages
  • addons/HeuristicLab.FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/BoxChart/BitmapItem.cs

    r7128 r16573  
    55using HeuristicLab.Core;
    66using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     7using HEAL.Attic;
    78
    89namespace HeuristicLab.Analysis.FitnessLandscape.BoxCharts {
    910
    10   [StorableClass]
     11  [StorableType("58401951-FA4A-4D64-87DD-0B42DC00991F")]
    1112  public class BitmapItem : Item {
    1213
     
    3334
    3435    [StorableConstructor]
    35     protected BitmapItem(bool deserializing) : base(deserializing) { }
     36    protected BitmapItem(StorableConstructorFlag _) : base(_) { }
    3637    protected BitmapItem(BitmapItem original, Cloner cloner) : base(original, cloner) {
    3738      Image = (Bitmap)original.Image.Clone();
Note: See TracChangeset for help on using the changeset viewer.