Skip to content

Commit

Permalink
Custom values comparer #10 (build fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
VitaliyMF committed Jul 8, 2017
1 parent 83b6cb3 commit 4816ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NReco.LambdaParser/Linq/LambdaParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class LambdaParser {
/// <summary>
/// Gets value comparer used by the parser for comparison operators.
/// </summary>
public IValueComparer Comparer { get; }
public IValueComparer Comparer { get; private set; }

public LambdaParser() {
UseCache = true;
Expand Down

0 comments on commit 4816ff6

Please sign in to comment.