updated browser capabilities file
[mono.git] / mcs / gmcs / tree.cs
index 0f3a2d9244a9c89490a3564e880d1b1d8619836c..17059c13658226243322f563b218435c6c6d33a9 100755 (executable)
@@ -45,7 +45,7 @@ namespace Mono.CSharp
                
                public Tree ()
                {
-                       root_types = new TypeContainer (null, null, "", new Location (-1));
+                       root_types = new TypeContainer ();
 
                        decls = new Hashtable ();
                        namespaces = new Hashtable ();