This commit is contained in:
sspitzer%netscape.com 1999-05-13 00:51:26 +00:00
Родитель 94edddef2a
Коммит ee416869ae
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -47,7 +47,7 @@ public:
il_container *SetContainer(il_container *ic) {mContainer=ic; return ic;};
GIFCallbk(il_container *aContainer){ NS_INIT_ISUPPORTS(); mContainer=aContainer; };
~GIFCallbk() { }; // XXX Pam needs to fix this
virtual ~GIFCallbk() { }; // XXX Pam needs to fix this
private:
il_container* mContainer;

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

@ -65,7 +65,7 @@ public:
il_container *SetContainer(il_container *ic) {mContainer=ic; return ic;};
ImgDecoder(il_container *aContainer){ NS_INIT_ISUPPORTS(); mContainer=aContainer;};
~ImgDecoder(); // XXX Pam needs to fix this
virtual ~ImgDecoder(); // XXX Pam needs to fix this
private:
il_container* mContainer;