From b7cafeb2ad0bbb36fda67fc86fd8586e096d64a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Thu, 9 Apr 2009 23:47:17 +0000 Subject: [PATCH] Small style cleanups again... git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30088 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/interface/Region.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/headers/os/interface/Region.h b/headers/os/interface/Region.h index 633c926eca..ecb7e052b8 100644 --- a/headers/os/interface/Region.h +++ b/headers/os/interface/Region.h @@ -25,7 +25,7 @@ typedef struct { class BRegion { - public: +public: BRegion(); BRegion(const BRegion& region); BRegion(const BRect rect); @@ -73,7 +73,7 @@ class BRegion { void ExclusiveInclude(const BRegion* region); - private: +private: friend class BDirectWindow; friend class BPrivate::ServerLink; friend class BPrivate::LinkReceiver; @@ -81,7 +81,7 @@ class BRegion { class Support; friend class Support; - private: +private: BRegion(const clipping_rect& rect); void _AdoptRegionData(BRegion& region); @@ -92,7 +92,7 @@ class BRegion { clipping_rect _ConvertToInternal( const clipping_rect& rect) const; - private: +private: long fCount; long fDataSize; clipping_rect fBounds;