Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/11/20 13:36:02 (4 years ago)
Author:
bburlacu
Message:

#1772: Merge trunk changes and fix all errors and compilation warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1772_HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking/3.4/Operators/EvolutionTrackingOperator.cs

    r12951 r17434  
    2020#endregion
    2121
     22using HEAL.Attic;
    2223using HeuristicLab.Common;
    2324using HeuristicLab.Core;
     
    3031namespace HeuristicLab.EvolutionTracking {
    3132  [Item("EvolutionTrackingOperator", "A base operator which facilitates access to the genealogy graph.")]
    32   [StorableClass]
     33  [StorableType("27D4603D-0EDC-4C77-9AB9-ED10CA6D4613")]
    3334  public class EvolutionTrackingOperator<T> : SingleSuccessorOperator where T : class, IItem {
    3435    // evolution tracking-related parameters
     
    7374    }
    7475    [StorableConstructor]
    75     protected EvolutionTrackingOperator(bool deserializing) : base(deserializing) { }
     76    protected EvolutionTrackingOperator(StorableConstructorFlag _) : base(_) { }
    7677  }
    7778}
Note: See TracChangeset for help on using the changeset viewer.