2004-08-07 Anirban Bhattacharjee <banirban@novell.com>
[mono.git] / mcs / mbas / tree.cs
index 2cf5be8ca5ccd62f38949affa188485e8866f9b0..6ff1923dbe7bb234d1d77bc9212fdeaf2eaa2ac3 100644 (file)
@@ -15,7 +15,7 @@ using System.Reflection;
 using System.Reflection.Emit;
 using System.IO;
 
-namespace Mono.CSharp
+namespace Mono.MonoBASIC
 {
 
        public interface ITreeDump {
@@ -45,7 +45,7 @@ namespace Mono.CSharp
                
                public Tree ()
                {
-                       root_types = new TypeContainer (null, "", new Location (-1));
+                       root_types = new TypeContainer (null, "", new Location (-1, 0));
 
                        decls = new Hashtable ();
                        namespaces = new Hashtable ();