Avoid conflict of ivar name with systemcall name

This commit is contained in:
rfm 2023-11-30 08:16:02 +00:00
parent 2473c744d1
commit 5c5a62e8d4
2 changed files with 15 additions and 15 deletions

View file

@ -43,7 +43,7 @@
{
NSRunLoop *runLoop;
NSString *mode;
AvahiPoll *poll;
AvahiPoll *ap;
NSMutableArray *children;
NSLock *lock;
}