Undid a change from r12937 to fix building libbe.so

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12958 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm 2005-06-05 01:15:26 +00:00
parent 851fc4f198
commit 2e1184a6e4
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
#ifndef __REGION_SUPPORT_H #ifndef __REGION_SUPPORT_H
#define __REGION_SUPPORT_H #define __REGION_SUPPORT_H
struct clipping_rect; #include <Region.h>
class BRegion;
class BRegion::Support { class BRegion::Support {
public: public:
static void ZeroRegion(BRegion &region); static void ZeroRegion(BRegion &region);