Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/10/17 17:27:42 (7 years ago)
Author:
gkronber
Message:

#2650: removed warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/symbreg-factors-2650/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Symbols/BinaryFactorVariableTreeNode.cs

    r14535 r14554  
    3939
    4040    [StorableConstructor]
    41     protected BinaryFactorVariableTreeNode(bool deserializing) : base(deserializing) { }
    42     protected BinaryFactorVariableTreeNode(BinaryFactorVariableTreeNode original, Cloner cloner)
     41    private BinaryFactorVariableTreeNode(bool deserializing) : base(deserializing) { }
     42    private BinaryFactorVariableTreeNode(BinaryFactorVariableTreeNode original, Cloner cloner)
    4343      : base(original, cloner) {
    4444      variableValue = original.variableValue;
Note: See TracChangeset for help on using the changeset viewer.