2007-04-25 Jonathan Pobst <monkey@jpobst.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / LayoutEngine.cs
index 8f58577f9b4e3b2c6c3adced70804ac430b91f33..4a2db1b23613d7303a2c01c9abe7482877ea9e00 100644 (file)
 //
 // (C) 2004 Novell, Inc.
 //
-#if NET_2_0
+
 using System;
 using System.ComponentModel;
 
 namespace System.Windows.Forms.Layout {
 
-       public abstract class LayoutEngine {
+#if NET_2_0
+       public
+#else
+       internal
+#endif
+       abstract class LayoutEngine {
                
                public virtual void InitLayout (object child, BoundsSpecified specified)
                {
@@ -41,5 +46,3 @@ namespace System.Windows.Forms.Layout {
                }
        }
 }
-
-#endif