2009-01-23 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / System.Web / System.Web.UI / ThemeableAttribute.cs
index be8c75c061ccd0b24d007a0cbebc850c7728e85f..184e446469a7b24a6c08cc2d904972c3fe6bd811 100644 (file)
@@ -40,7 +40,7 @@ namespace System.Web.UI {
        [AttributeUsage (AttributeTargets.Class | AttributeTargets.Property, AllowMultiple = false, Inherited = true)]          
        public sealed class ThemeableAttribute : Attribute {
 
-               private bool themeable;
+               bool themeable;
                public ThemeableAttribute (bool themeable) 
                {
                        this.themeable = themeable;