Copy and paste error (SomethingClassWin needed to change to somethingClassMac)

This commit is contained in:
thom%netscape.com 1998-09-03 02:54:11 +00:00
Родитель 5f62c75f11
Коммит 72329b649a
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -120,7 +120,7 @@ NS_IMETHODIMP nsDeviceContextMac :: CheckFontExistence(const nsString& aFontName
//------------------------------------------------------------------------
NS_IMETHODIMP nsDeviceContextWin :: ConvertPixel(nscolor aColor, PRUint32 & aPixel)
NS_IMETHODIMP nsDeviceContextMac :: ConvertPixel(nscolor aColor, PRUint32 & aPixel)
{
aPixel = aColor;
return NS_OK;

Просмотреть файл

@ -120,7 +120,7 @@ NS_IMETHODIMP nsDeviceContextMac :: CheckFontExistence(const nsString& aFontName
//------------------------------------------------------------------------
NS_IMETHODIMP nsDeviceContextWin :: ConvertPixel(nscolor aColor, PRUint32 & aPixel)
NS_IMETHODIMP nsDeviceContextMac :: ConvertPixel(nscolor aColor, PRUint32 & aPixel)
{
aPixel = aColor;
return NS_OK;