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

    r7128 r16573  
    44using HeuristicLab.Core;
    55using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     6using HEAL.Attic;
    67
    78namespace HeuristicLab.Parameters {
    89
    910  [Item("ScopePathLookupParameter", "Start parameter lookup after freely navigating the scope tree using a path string.")]
    10   [StorableClass]
     11  [StorableType("3E5F3D67-61FD-427C-A822-6C623C0AA3DA")]
    1112  public class ScopePathLookupParameter<T> : LookupParameter<T>, ILookupParameter<T> where T : class, IItem {
    1213
     
    3536
    3637    [StorableConstructor]
    37     protected ScopePathLookupParameter(bool deserializing) : base(deserializing) { }
     38    protected ScopePathLookupParameter(StorableConstructorFlag _) : base(_) { }
    3839    protected ScopePathLookupParameter(ScopePathLookupParameter<T> original, Cloner cloner)
    3940      : base(original, cloner) {
Note: See TracChangeset for help on using the changeset viewer.