Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Kestner <mkestner@gmail.com>2006-03-29 01:33:05 +0400
committerMike Kestner <mkestner@gmail.com>2006-03-29 01:33:05 +0400
commitcf488587e739a3c1773334406f7ad1857343fa78 (patch)
treed4f7b9e9d8806e1db4b1e14ffd6e8ce7f068b71c /mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs
parent1cb5bdd70d71cfc273916dcefa544f2f2787c4f5 (diff)
this one should really work
svn path=/trunk/mcs/; revision=58679
Diffstat (limited to 'mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs')
-rw-r--r--mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs
index a9eedeb407b..16728e8d8cc 100644
--- a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs
+++ b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs
@@ -179,7 +179,7 @@ namespace System.Windows.Forms
#endregion // Public Instance Properties
#region Public Methods
- object ICloneable.Clone ()
+ public object Clone ()
{
ColumnHeader columnHeader = new ColumnHeader ();
columnHeader.text = text;