Changed the type of one parameter in Init() to be more generic.

This commit is contained in:
shawnp%earthling.net 1999-08-30 02:22:33 +00:00
Родитель 79924b2d77
Коммит 2796dafb02
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -22,7 +22,7 @@
#include "nsIDrawingSurface.h"
class QPainter;
class QPixmap;
class QPaintDevice;
// windows specific drawing surface method set
@ -40,7 +40,7 @@ public:
* @param aDC HDC to initialize drawing surface with
* @return error status
**/
NS_IMETHOD Init(QPixmap * aPixmap, QPainter * aGC) = 0;
NS_IMETHOD Init(QPaintDevice * aPaintDevice, QPainter * aGC) = 0;
/**
* Initialize an offscreen drawing surface using a