ooo-build r14541 - in trunk: . patches/mono



Author: rodo
Date: Wed Nov 19 10:17:56 2008
New Revision: 14541
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14541&view=rev

Log:
2008-11-19  Radek Doulik  <rodo novell>

	* climaker_csharp.cs: make value__ enum special field
	public. Fixes #444353. Updated in patches/mono/mono-climaker.diff.



Modified:
   trunk/ChangeLog
   trunk/patches/mono/mono-climaker.diff

Modified: trunk/patches/mono/mono-climaker.diff
==============================================================================
--- trunk/patches/mono/mono-climaker.diff	(original)
+++ trunk/patches/mono/mono-climaker.diff	Wed Nov 19 10:17:56 2008
@@ -1613,7 +1613,7 @@
 +					   TypeAttributes.Sealed,
 +					   typeof (System.Enum));
 +	    enumBuilder.DefineField ("value__", typeof (System.Int32),
-+				     FieldAttributes.Private |
++				     FieldAttributes.Public |
 +				     FieldAttributes.SpecialName |
 +				     FieldAttributes.RTSpecialName);
 +	



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]