Author: thebeing
Date: Thu May 11 01:16:17 2017
New Revision: 40501
URL: http://svn.gna.org/viewcvs/gnustep?rev=40501&view=rev
Log:
Fix interface mismatch
Modified:
libs/dbuskit/trunk/Source/DKObjectPathNode.m
Modified: libs/dbuskit/trunk/Source/DKObjectPathNode.m
URL:
http://svn.gna.org/viewcvs/gnustep/libs/dbuskit/trunk/Source/DKObjectPathNode.m?rev=40501&r1=40500&r2=40501&view=diff
==============================================================================
--- libs/dbuskit/trunk/Source/DKObjectPathNode.m (original)
+++ libs/dbuskit/trunk/Source/DKObjectPathNode.m Thu May 11 01:16:17 2017
@@ -394,8 +394,8 @@
return nil;
}
// We always need the introspectable interface:
- [self setInterfaces: [NSDictionary dictionaryWithObject:
[[_DKInterfaceIntrospectable copy] autorelease]
- forKey:
[_DKInterfaceIntrospectable name]]];
+ [self setInterfaces: [NSMutableDictionary dictionaryWithObject:
[[_DKInterfaceIntrospectable copy] autorelease]
+ forKey:
[_DKInterfaceIntrospectable name]]];
return self;
}
- (NSString*)_path
_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs