Override addObject(s):, removeObject(s): update _contentDictionary

This commit is contained in:
Gregory John Casamento 2023-02-28 03:17:07 -05:00
parent 99e25244af
commit 08fc055321
2 changed files with 53 additions and 11 deletions

View file

@ -78,7 +78,7 @@ extern "C" {
APPKIT_EXPORT_CLASS
@interface NSDictionaryController : NSArrayController
{
NSDictionary *_contentDictionary;
NSMutableDictionary *_contentDictionary;
NSString *_initialKey;
id _initialValue;
NSArray *_includedKeys;