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.Problems.DataAnalysis.Symbolic/3.4/Formatters/SymbolicDataAnalysisExpressionCSharpFormatter.cs

    r14927 r15018  
    3636  public sealed class CSharpSymbolicExpressionTreeStringFormatter : NamedItem, ISymbolicExpressionTreeStringFormatter {
    3737    [StorableConstructor]
    38     private CSharpSymbolicExpressionTreeStringFormatter(bool deserializing) : base(deserializing) { }
     38    private CSharpSymbolicExpressionTreeStringFormatter(StorableConstructorFlag deserializing) : base(deserializing) { }
    3939    private CSharpSymbolicExpressionTreeStringFormatter(CSharpSymbolicExpressionTreeStringFormatter original, Cloner cloner) : base(original, cloner) { }
    4040    public CSharpSymbolicExpressionTreeStringFormatter()
Note: See TracChangeset for help on using the changeset viewer.