2004-06-09 Umadevi S <sumadevi@novell.com>
[mono.git] / mcs / mbas / interface.cs
index 90909c487061b15f1bee6060424619c37d681010..71cfa1cbd04d03d5d9ded7a91fa1bf171ebe45e6 100644 (file)
@@ -74,7 +74,7 @@ namespace Mono.MonoBASIC {
                public Interface (TypeContainer parent, string name, int mod, Attributes attrs, Location l)
                        : base (parent, name, l)
                {
-                       ModFlags = Modifiers.Check (AllowedModifiers, mod, Modifiers.PRIVATE, l);
+                       ModFlags = Modifiers.Check (AllowedModifiers, mod, Modifiers.PUBLIC, l);
                        OptAttributes = attrs;
                        
                        method_builders = new ArrayList ();