Explicitly denote BPrivate to avoid clashes
This commit is contained in:
@@ -109,7 +109,7 @@ private:
|
||||
friend class BMessenger;
|
||||
friend class BView;
|
||||
friend class BHandler;
|
||||
friend class BPrivate::BLooperList;
|
||||
friend class ::BPrivate::BLooperList;
|
||||
friend port_id _get_looper_port_(const BLooper* );
|
||||
|
||||
virtual void _ReservedLooper1();
|
||||
@@ -153,7 +153,7 @@ private:
|
||||
BHandler* resolve_specifier(BHandler* target, BMessage* msg);
|
||||
void UnlockFully();
|
||||
|
||||
BPrivate::BDirectMessageTarget* fDirectTarget;
|
||||
::BPrivate::BDirectMessageTarget* fDirectTarget;
|
||||
BMessage* fLastMessage;
|
||||
port_id fMsgPort;
|
||||
int32 fAtomicCount;
|
||||
|
||||
Reference in New Issue
Block a user