From e55653ec192a2bdfb7d5fb148d03f1f26b21731b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Tue, 21 Apr 2009 11:26:11 +0000 Subject: [PATCH] Small cleanup git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30290 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/interface/Region.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/headers/os/interface/Region.h b/headers/os/interface/Region.h index ecb7e052b8..8ac8e3169f 100644 --- a/headers/os/interface/Region.h +++ b/headers/os/interface/Region.h @@ -29,7 +29,7 @@ public: BRegion(); BRegion(const BRegion& region); BRegion(const BRect rect); - virtual ~BRegion(); + virtual ~BRegion(); BRegion& operator=(const BRegion& from); bool operator==(const BRegion& other) const; @@ -63,7 +63,7 @@ public: void Include(BRect rect); void Include(clipping_rect rect); - void Include(const BRegion*); + void Include(const BRegion* region); void Exclude(BRect r); void Exclude(clipping_rect r);