diff options
Diffstat (limited to 'gnustep-apps/cynthiune/files/cynthiune-0.9.5-NSMutableDictionary.patch')
-rw-r--r-- | gnustep-apps/cynthiune/files/cynthiune-0.9.5-NSMutableDictionary.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gnustep-apps/cynthiune/files/cynthiune-0.9.5-NSMutableDictionary.patch b/gnustep-apps/cynthiune/files/cynthiune-0.9.5-NSMutableDictionary.patch new file mode 100644 index 000000000000..866c3644455c --- /dev/null +++ b/gnustep-apps/cynthiune/files/cynthiune-0.9.5-NSMutableDictionary.patch @@ -0,0 +1,10 @@ +--- Cynthiune-0.9.5.orig/Bundles/OSS/OSSPreference.h 2008-01-04 13:52:41.000000000 +0100 ++++ Cynthiune-0.9.5/Bundles/OSS/OSSPreference.h 2008-01-04 13:51:46.000000000 +0100 +@@ -26,6 +26,7 @@ + #import <Cynthiune/Preference.h> + + @class NSBox; ++@class NSMutableDictionary; + @class NSWindow; + @class NSTextField; + |