Fixing BeOS bustage. b=84947, 111450

This commit is contained in:
dbaron%fas.harvard.edu 2001-11-24 05:40:31 +00:00
Родитель c26c9711f3
Коммит c1dc76c7b9
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -110,18 +110,20 @@ public:
NS_IMETHOD GetUserCancelled( PRBool &aCancel );
protected:
/**
* Destuct a nsDeviceContextSpecMac, this will release the printrecord
* @update dc 2/16/98
*/
protected:
virtual ~nsDeviceContextSpecBeOS();
public:
static nsStringArray *globalPrinterList;
static int globalNumPrinters;
int InitializeGlobalPrinters();
void FreeGlobalPrinters();
protected:
BeOSPrData mPrData;
};