yes! ich habs kaputt gemacht! (doesn't compile anymore, doesn't work anymore,
[vuplus_dvbapp] / lib / gdi / erect.h
index c41d831..30db41f 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 );