Fixing build redness

git-svn-id: svn://10.0.0.236/trunk@37064 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
av%netscape.com 1999-06-26 22:31:41 +00:00
parent 1443cb5d28
commit 079a6ae1cc

View File

@ -1781,8 +1781,8 @@ NS_IMETHODIMP nsRenderingContextWin :: CopyOffScreenBits(nsDrawingSurface aSrcSu
//~~~
NS_IMETHODIMP nsRenderingContextWin::RetrieveCurrentNativeGraphicData(PRUint32 * ngd)
{
if(ndc != nsnull)
*ndc = (PRUint32)mDC;
if(ngd != nsnull)
*ngd = (PRUint32)mDC;
return NS_OK;
}