* <everything>.cs: Make it a little easier for people to compile
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms.RTF / Font.cs
index eb94249337ecbb0413c4c6f124c9ac0070dd3589..7feaa46954ce111b29ee8955f7ac13b2281aa680 100644 (file)
 // COMPLETE
 
 namespace System.Windows.Forms.RTF {
-       internal class Font {
+
+#if RTF_LIB
+       public
+#else
+       internal
+#endif
+       class Font {
                #region Local Variables
                private string          name;
                private string          alt_name;