GCC does not support ivars in implementation block

This commit is contained in:
hmelder 2025-02-04 15:06:54 +08:00
parent c76d052192
commit 71c5bb8b09

View file

@ -103,9 +103,6 @@ return [NSString stringWithFormat: @"%@ %@ %@", _firstName, _middleName, _lastNa
@end
@interface Observer : NSObject
@end
@implementation Observer
{
@public
NSString *lastKeyPath;
@ -113,6 +110,9 @@ return [NSString stringWithFormat: @"%@ %@ %@", _firstName, _middleName, _lastNa
NSDictionary *lastChange;
int notificationCount;
}
@end
@implementation Observer
- (void) resetValues
{