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

    r11661 r16573  
    1313using HeuristicLab.Parameters;
    1414using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     15using HEAL.Attic;
    1516
    1617namespace HeuristicLab.Analysis.FitnessLandscape.BoxCharts {
    1718
    1819  [Item("Box Chart Creator", "Visualizes essential run information by creating an overview chart.")]
    19   [StorableClass]
     20  [StorableType("C6897D24-4E02-411E-B92D-43CC055D7C9C")]
    2021  public class BoxChartCreator : ParameterizedNamedItem, IRunCollectionModifier {
    2122
     
    5859    #region Construction & Cloning
    5960    [StorableConstructor]
    60     protected BoxChartCreator(bool deserializing) : base(deserializing) { }
     61    protected BoxChartCreator(StorableConstructorFlag _) : base(_) { }
    6162    protected BoxChartCreator(BoxChartCreator original, Cloner cloner)
    6263      : base(original, cloner) {
Note: See TracChangeset for help on using the changeset viewer.