Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/31/19 14:40:15 (6 years ago)
Author:
abeham
Message:

#1614: updated to new persistence and .NET 4.6.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1614_GeneralizedQAP/HeuristicLab.Analysis.FitnessLandscape/3.3/FDC/ScatterPlot.cs

    r7291 r16728  
    2424using System.Drawing;
    2525using System.Linq;
     26using HEAL.Attic;
    2627using HeuristicLab.Common;
     28using HeuristicLab.Common.Resources;
    2729using HeuristicLab.Core;
    28 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    29 using HeuristicLab.Common.Resources;
    3030
    3131namespace HeuristicLab.Analysis.FitnessLandscape {
     
    3939
    4040  [Item("ScatterPlot", "A scatter plot of 2D data")]
    41   [StorableClass]
     41  [StorableType("A299785C-CEAA-468A-8FE3-31AE5B47AB80")]
    4242  public class ScatterPlot : NamedItem {
    4343
     
    121121
    122122    [StorableConstructor]
    123     protected ScatterPlot(bool deserializing) : base(deserializing) { }
     123    protected ScatterPlot(StorableConstructorFlag _) : base(_) { }
    124124    protected ScatterPlot(ScatterPlot original, Cloner cloner)
    125125      : base(original, cloner) {
Note: See TracChangeset for help on using the changeset viewer.