(Select): Add 'override' to make it compile.
authorRaja R Harinath <harinath@hurrynot.org>
Wed, 10 Nov 2004 07:03:08 +0000 (07:03 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Wed, 10 Nov 2004 07:03:08 +0000 (07:03 -0000)
svn path=/trunk/mcs/; revision=35954

mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog
mcs/class/System.Web/System.Web.UI.WebControls/SqlDataSourceView.cs

index 03fe0b4fa2d7138ee9bc84ea79885ff97f116ca4..1c8c4c4655bb040902411f35abc68699efc4d04e 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-10  Raja R Harinath  <rharinath@novell.com>
+
+       * SqlDataSourceView.cs (Select): Add 'override' to make it compile.
+
 2004-11-05 Sanjay Gupta <gsanjay@novell.com>
        
        * SqlDataSource.cs: Corrected method calls.
index e10212906edbc371b882db1da1fb8ee1625abe33..4ce7709923587cad7d07dbe564e4650eb7d52d23 100644 (file)
@@ -87,7 +87,7 @@ namespace System.Web.UI.WebControls {
                }
 
                [MonoTODO("Extra method to keep things compiling, need to remove later")]
-               public IEnumerable Select()
+               public override IEnumerable Select()
                {
                        throw new NotImplementedException ("Not required");
                }