From 94dc74b027f8689bc67d616bf771fb4415350453 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 10 Sep 2013 18:36:07 +0200 Subject: [PATCH] More explicit denoting the BPrivate namespace --- headers/os/app/Application.h | 4 ++-- headers/os/interface/View.h | 2 +- headers/os/interface/Window.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/headers/os/app/Application.h b/headers/os/app/Application.h index df33e987bd..b206e28890 100644 --- a/headers/os/app/Application.h +++ b/headers/os/app/Application.h @@ -137,8 +137,8 @@ private: static BResources* sAppResources; const char* fAppName; - BPrivate::PortLink* fServerLink; - BPrivate::ServerMemoryAllocator* fServerAllocator; + ::BPrivate::PortLink* fServerLink; + ::BPrivate::ServerMemoryAllocator* fServerAllocator; void* fCursorData; bigtime_t fPulseRate; diff --git a/headers/os/interface/View.h b/headers/os/interface/View.h index 39e1e6aaf0..190b1b8930 100644 --- a/headers/os/interface/View.h +++ b/headers/os/interface/View.h @@ -710,7 +710,7 @@ private: bool fAttached; bool _unused_bool1; bool _unused_bool2; - BPrivate::ViewState* fState; + ::BPrivate::ViewState* fState; BRect fBounds; BShelf* fShelf; uint32 fEventMask; diff --git a/headers/os/interface/Window.h b/headers/os/interface/Window.h index 3be13e99a4..6fe2f949bc 100644 --- a/headers/os/interface/Window.h +++ b/headers/os/interface/Window.h @@ -394,7 +394,7 @@ private: window_look fLook; window_feel fFeel; int32 fLastViewToken; - BPrivate::PortLink* fLink; + ::BPrivate::PortLink* fLink; BMessageRunner* fPulseRunner; BRect fPreviousFrame;