* <everything>.cs: Make it a little easier for people to compile
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms.RTF / StyleElement.cs
index 505758de79212653cf6b46598115a986f5a055d3..a0f7b5fdb45b5aa5774fdb2eabd162f2fd4a7ad2 100644 (file)
 // COMPLETE
 
 namespace System.Windows.Forms.RTF {
-       internal class StyleElement {
+
+#if RTF_LIB
+       public
+#else
+       internal
+#endif
+       class StyleElement {
                #region Local Variables
                private TokenClass      token_class;
                private Major           major;