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

    r7210 r16573  
    1111using HeuristicLab.Parameters;
    1212using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     13using HEAL.Attic;
    1314
    1415namespace HeuristicLab.Analysis.FitnessLandscape.BoxCharts {
    1516 
    16   [StorableClass]
     17  [StorableType("A3B05023-AFF2-4550-A78C-F0513F308316")]
    1718  public class EmptyBoxChartElementGenerator : ParameterizedNamedItem, IBoxChartElementGenerator {
    1819
     
    4950    #region Construction & Cloning
    5051    [StorableConstructor]
    51     protected EmptyBoxChartElementGenerator(bool deserializing) : base(deserializing) { }
     52    protected EmptyBoxChartElementGenerator(StorableConstructorFlag _) : base(_) { }
    5253    protected EmptyBoxChartElementGenerator(EmptyBoxChartElementGenerator original, Cloner cloner) : base(original, cloner) {
    5354      RegisterEvents();
Note: See TracChangeset for help on using the changeset viewer.