EMX build break - OS/2 only - should be using NS_CONST_CAST here
git-svn-id: svn://10.0.0.236/trunk@96529 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -382,7 +382,7 @@ void nsRegion::Optimize ()
|
||||
|
||||
void nsRegion::MoveInto (nsRegion& aDestRegion, const RgnRect* aStartRect)
|
||||
{
|
||||
RgnRect* pRect = NS_STATIC_CAST (RgnRect*, aStartRect);
|
||||
RgnRect* pRect = NS_CONST_CAST (RgnRect*, aStartRect);
|
||||
RgnRect* pPrev = pRect->prev;
|
||||
|
||||
while (pRect != &mRectListHead)
|
||||
|
||||
Reference in New Issue
Block a user