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.Data/3.3/IntMatrix.cs

    r14927 r15018  
    3131  public class IntMatrix : ValueTypeMatrix<int>, IStringConvertibleMatrix {
    3232    [StorableConstructor]
    33     protected IntMatrix(bool deserializing) : base(deserializing) { }
     33    protected IntMatrix(StorableConstructorFlag deserializing) : base(deserializing) { }
    3434    protected IntMatrix(IntMatrix original, Cloner cloner)
    3535      : base(original, cloner) {
Note: See TracChangeset for help on using the changeset viewer.