2002-06-27 Martin Baulig <martin@gnome.org>
[mono.git] / mcs / class / corlib / System / ICloneable.cs
index 41e372d5bc5cc1955f75e8697e4c72bb30b3b4e5..792550db1f5adb2ce7f0577e4b88d2f1be09d326 100644 (file)
@@ -9,7 +9,7 @@
 
 namespace System {
 
-       interface ICloneable {
-               public object Clone ();
+       public interface ICloneable {
+               object Clone ();
        }
 }