Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/01/17 11:29:49 (7 years ago)
Author:
gkronber
Message:

#2520 introduced StorableConstructorFlag type for StorableConstructors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Scripting/3.3/VariableStore.cs

    r14927 r15018  
    5555    #region Constructors & Cloning
    5656    [StorableConstructor]
    57     protected VariableStore(bool deserializing) : base(deserializing) { }
     57    protected VariableStore(StorableConstructorFlag deserializing) : base(deserializing) { }
    5858    protected VariableStore(VariableStore original, Cloner cloner) {
    5959      cloner.RegisterClonedObject(original, this);
Note: See TracChangeset for help on using the changeset viewer.