Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 48720
Collapse All | Expand All

(-)gfx/public/nsRegion.h.old (-1 / +1 lines)
Lines 234-240 Link Here
234
  void MoveInto (nsRegion& aDestRegion)
234
  void MoveInto (nsRegion& aDestRegion)
235
  {    MoveInto (aDestRegion, mRectListHead.next);  }
235
  {    MoveInto (aDestRegion, mRectListHead.next);  }
236
236
237
  nsRegion (const nsRegion& aRegion);       // Prevent copying of regions
237
  public:nsRegion (const nsRegion& aRegion);       // Prevent copying of regions
238
  nsRegion& operator = (const nsRegion& aRegion);
238
  nsRegion& operator = (const nsRegion& aRegion);
239
};
239
};
240
240

Return to bug 48720