Преглед изворни кода

2006-01-22 Chris Toshok <[email protected]>

	* BoundPropertyEntry.cs (.ctor): mark as internal to fix
	corcompare.


svn path=/trunk/mcs/; revision=55909
Chris Toshok пре 20 година
родитељ
комит
bec27db5cd

+ 4 - 0
mcs/class/System.Web/System.Web.UI/BoundPropertyEntry.cs

@@ -36,6 +36,10 @@ namespace System.Web.UI
 		bool generated;
 		bool useSetAttribute;
 
+		internal BoundPropertyEntry ()
+		{
+		}
+
 		public string Expression {
 			get { return expression; }
 			set { expression = value; }

+ 5 - 0
mcs/class/System.Web/System.Web.UI/ChangeLog

@@ -1,3 +1,8 @@
+2006-01-22  Chris Toshok  <[email protected]>
+
+	* BoundPropertyEntry.cs (.ctor): mark as internal to fix
+	corcompare.
+
 2006-01-18 Konstantin Triger <[email protected]>
 
 	* ObjectStateFormatter.cs: preserve emptiness in ColorFormatter.