diff options
Diffstat (limited to 'src/runtime/dotNet/Expr.cs')
| -rw-r--r-- | src/runtime/dotNet/Expr.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 /// </summary> /// <param name="exprStr"></param> /// <returns></returns> - public Expr ReadExpr(string exprStr) + public static Expr ReadExpr(string exprStr) { var tmp_pool = new NativeGU.NativeMemoryPool(); var exn = new NativeGU.NativeExceptionContext(tmp_pool); |
