From 8a50d851c330b5686f4d44cb0f94af1506fcf767 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 30 Aug 2017 09:09:45 +0200 Subject: Updated C# documentation --- src/runtime/dotNet/Expr.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/dotNet/Expr.cs') diff --git a/src/runtime/dotNet/Expr.cs b/src/runtime/dotNet/Expr.cs index b5ab0b764..dada28fc0 100644 --- a/src/runtime/dotNet/Expr.cs +++ b/src/runtime/dotNet/Expr.cs @@ -38,7 +38,7 @@ namespace PGFSharp /// /// /// - public Expr ReadExpr(string exprStr) + public static Expr ReadExpr(string exprStr) { var tmp_pool = new NativeGU.NativeMemoryPool(); var exn = new NativeGU.NativeExceptionContext(tmp_pool); -- cgit v1.2.3