Selaa lähdekoodia

Playing "fix the build after gert's changes" game.

svn path=/trunk/mcs/; revision=29319
Paolo Molaro 21 vuotta sitten
vanhempi
sitoutus
db110f03e5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      mcs/class/System/System.ComponentModel/CategoryAttribute.cs

+ 1 - 1
mcs/class/System/System.ComponentModel/CategoryAttribute.cs

@@ -12,7 +12,7 @@
 
 namespace System.ComponentModel {
 
-	[AttributeUsage (AttributeTargets.Property | AttributeTargets.Event)]
+	[AttributeUsage (AttributeTargets.All)]
 	public class CategoryAttribute : Attribute
 	{
 		private string category;