* <everything>.cs: Make it a little easier for people to compile
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms.RTF / Color.cs
index 253fe3a987f9a1138294d51c4e6e6aa0342ca518..b673bff527aa0c30539214d20bfac5bcbfd4686d 100644 (file)
 // COMPLETE
 
 namespace System.Windows.Forms.RTF {
-       internal class Color {
+
+#if RTF_LIB
+       public
+#else
+       internal
+#endif
+       class Color {
                #region Local Variables
                private int             red;
                private int             green;