blob: 9de10a1fae8cce3a01fcdd790ad86d9192996f51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- gfx/public/nsRegion.h.old 2003-03-25 02:57:42.000000000 +0000
+++ gfx/public/nsRegion.h 2004-04-23 02:25:09.606368256 +0100
@@ -234,7 +234,7 @@
void MoveInto (nsRegion& aDestRegion)
{ MoveInto (aDestRegion, mRectListHead.next); }
- nsRegion (const nsRegion& aRegion); // Prevent copying of regions
+ public:nsRegion (const nsRegion& aRegion); // Prevent copying of regions
nsRegion& operator = (const nsRegion& aRegion);
};
|