*** empty log message ***
[m17n/m17n-lib-cs.git] / xex.cs
diff --git a/xex.cs b/xex.cs
index 8acfc5a..084b43a 100644 (file)
--- a/xex.cs
+++ b/xex.cs
@@ -9,7 +9,7 @@ public class Test
   public static void Main()
   {
     Xex.Domain domain = new Xex.Domain (null);
-    Xex xex = new Xex ("xex.xml", domain);
+    Xex xex = Xex.New ("xex.xml", domain);
 
     Console.WriteLine (xex);
     Console.WriteLine (xex.Eval (domain));