[monkeydoc] Add back several legacy members in their own class for maximum compatibility
[mono.git] / mcs / tools / monkeydoc / MonkeyDoc / HelpSource.cs
index bd80b23882645befc429220811031530923c72c7..39ac903d7df07b6b6b3bdff5db2515f1525fcaf8 100644 (file)
@@ -19,7 +19,11 @@ namespace MonkeyDoc
        // The HelpSource class keeps track of the archived data, and its
        // tree
        //
-       public class HelpSource
+       public
+#if LEGACY_MODE
+       partial
+#endif
+       class HelpSource
        {
                static int id;