* BoundPropertyEntry.cs (.ctor): mark as internal to fix corcompare. svn path=/trunk/mcs/; revision=55909
@@ -36,6 +36,10 @@ namespace System.Web.UI
bool generated;
bool useSetAttribute;
+ internal BoundPropertyEntry ()
+ {
+ }
+
public string Expression {
get { return expression; }
set { expression = value; }
@@ -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.