mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
484 B

--- mozilla/gfx/public/nsRegion.h 2003-03-25 03:57:42.000000000 +0100
+++ mozilla-fixed/gfx/public/nsRegion.h 2004-05-05 23:52:57.000000000 +0200
@@ -233,8 +233,9 @@
void MoveInto (nsRegion& aDestRegion, const RgnRect* aStartRect);
void MoveInto (nsRegion& aDestRegion)
{ MoveInto (aDestRegion, mRectListHead.next); }
-
+public:
nsRegion (const nsRegion& aRegion); // Prevent copying of regions
+private:
nsRegion& operator = (const nsRegion& aRegion);
};