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

    r7128 r16573  
    1111using HeuristicLab.Parameters;
    1212using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     13using HEAL.Attic;
    1314
    1415namespace HeuristicLab.Analysis.FitnessLandscape.BoxCharts {
    1516
    16   [StorableClass]
     17  [StorableType("29AED0E8-1190-4DFC-92FC-0AC69FE4DBC1")]
    1718  public class StringConstantBoxChartElementGenerator : EmptyBoxChartElementGenerator {
    1819
     
    2930    #region Construction & Cloning
    3031    [StorableConstructor]
    31     protected StringConstantBoxChartElementGenerator(bool deserializing) : base(deserializing) { }
     32    protected StringConstantBoxChartElementGenerator(StorableConstructorFlag _) : base(_) { }
    3233    protected StringConstantBoxChartElementGenerator(StringConstantBoxChartElementGenerator original, Cloner cloner) : base(original, cloner) {
    3334      RegisterEvents();
Note: See TracChangeset for help on using the changeset viewer.