mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 03:40:47 +00:00
Override addObject(s):, removeObject(s): update _contentDictionary
This commit is contained in:
parent
99e25244af
commit
08fc055321
2 changed files with 53 additions and 11 deletions
|
@ -78,7 +78,7 @@ extern "C" {
|
|||
APPKIT_EXPORT_CLASS
|
||||
@interface NSDictionaryController : NSArrayController
|
||||
{
|
||||
NSDictionary *_contentDictionary;
|
||||
NSMutableDictionary *_contentDictionary;
|
||||
NSString *_initialKey;
|
||||
id _initialValue;
|
||||
NSArray *_includedKeys;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue