2007-02-28 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System.Drawing / System.Drawing / BasicShape.jvm.cs
old mode 100755 (executable)
new mode 100644 (file)
index 00a54d0..5aad895
@@ -15,7 +15,7 @@ namespace System.Drawing
        {
                awt.Shape _shape;
 
-               public BasicShape(awt.Shape shape)
+               protected BasicShape(awt.Shape shape)
                {
                        _shape = shape;
                }