diff --git a/gfx/src/beos/nsDeviceContextSpecB.h b/gfx/src/beos/nsDeviceContextSpecB.h index b1a89f301902..71fda32a088d 100644 --- a/gfx/src/beos/nsDeviceContextSpecB.h +++ b/gfx/src/beos/nsDeviceContextSpecB.h @@ -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; };