bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

small patch for gdl2/EOControl/EOFetchSpecification.m


From: Markus Hitter
Subject: small patch for gdl2/EOControl/EOFetchSpecification.m
Date: Tue, 31 Dec 2002 18:43:21 +0100


Hi,

when eliminationg my CVS conflicts, I came across -[EOFetchSpecification hints], where a NSDictionary is casted to a NSMutableDictionary. While this might work because ([NSDictionary class] == [NSMutableDictionary class]) in some implementations, it's not clean to do so, IMHO.

Attached a patch to do it more cleanly. I've left my comments in to let the committer see how it's done in the patched file.

Attachment: patchfile
Description: Binary data




Have fun,
Markus

reply via email to

[Prev in Thread] Current Thread [Next in Thread]