yes! ich habs kaputt gemacht! (doesn't compile anymore, doesn't work anymore,
[enigma2.git] / lib / gdi / erect.h
index c41d83142ae3146fd0a06fbd2ad38e879e8448e2..30db41f37061d76b9414521b7a73aac68b0f7e0e 100644 (file)
@@ -9,6 +9,7 @@
 
 class eRect // rectangle class
 {
+       friend class gRegion;
 public:
        eRect() { x1 = y1 = x2 = y2 = 0; }
        eRect( const ePoint &topleft, const ePoint &bottomright );