2004-10-30 Marcus Mueller <znek@mulle-kybernetik.com>
+ * SaxObjectDecoder.m: fixed typo that prevented compile on non
+ Apple Foundation (v4.3.43)
+
* SaxObjectDecoder.m: provide fix for discovering mutable array on
Apple/CoreFoundation - this is rather disturbing, but Apple really
broke the concept of mutability for NSArray/NSDictionary. (v4.3.42)
if (isInitialized) return;
isInitialized = YES;
NSCFArrayClass = NSClassFromString(@"NSCFArray");
-#endif
}
+#endif
+ (NSArray *)saxMappingSearchPathes {
if (searchPathes == nil) {
# $Id$
-SUBMINOR_VERSION:=42
+SUBMINOR_VERSION:=43