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

    r7202 r16573  
    99using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    1010using HeuristicLab.Common.Resources;
     11using HEAL.Attic;
    1112
    1213namespace HeuristicLab.Analysis.FitnessLandscape.BoxChart {
    1314
    1415  [Item("Color", "A color")]
    15   [StorableClass]
     16  [StorableType("E4C70605-7105-4ADC-90BC-A0C3994B061B")]
    1617  public class ColorValue : NamedItem {
    1718
     
    135136    #region Construction & Cloning
    136137    [StorableConstructor]
    137     protected ColorValue(bool deserializing) : base(deserializing) { }
     138    protected ColorValue(StorableConstructorFlag _) : base(_) { }
    138139    protected ColorValue(ColorValue original, Cloner cloner) : base (original, cloner) {
    139140      h = original.h;
Note: See TracChangeset for help on using the changeset viewer.