From 2f25e783d037e7d056683d9fb404c05862ac5e45 Mon Sep 17 00:00:00 2001 From: "pavlov%netscape.com" Date: Tue, 20 Feb 2001 23:49:13 +0000 Subject: [PATCH] fixing decl stuff git-svn-id: svn://10.0.0.236/trunk@87513 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/libpr0n/decoders/gif/nsGIFDecoder2.h | 2 +- mozilla/modules/libpr0n/decoders/jpeg/nsJPEGDecoder.h | 2 +- mozilla/modules/libpr0n/decoders/png/nsPNGDecoder.h | 2 +- mozilla/modules/libpr0n/decoders/ppm/nsPPMDecoder.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mozilla/modules/libpr0n/decoders/gif/nsGIFDecoder2.h b/mozilla/modules/libpr0n/decoders/gif/nsGIFDecoder2.h index 5cd4affc386..5694c398ee9 100644 --- a/mozilla/modules/libpr0n/decoders/gif/nsGIFDecoder2.h +++ b/mozilla/modules/libpr0n/decoders/gif/nsGIFDecoder2.h @@ -48,7 +48,7 @@ class nsGIFDecoder2 : public imgIDecoder { public: NS_DECL_ISUPPORTS - NS_DECL_NSIIMAGEDECODER + NS_DECL_IMGIDECODER NS_DECL_NSIOUTPUTSTREAM nsGIFDecoder2(); diff --git a/mozilla/modules/libpr0n/decoders/jpeg/nsJPEGDecoder.h b/mozilla/modules/libpr0n/decoders/jpeg/nsJPEGDecoder.h index dfa1c8814f0..23edcfff0bf 100644 --- a/mozilla/modules/libpr0n/decoders/jpeg/nsJPEGDecoder.h +++ b/mozilla/modules/libpr0n/decoders/jpeg/nsJPEGDecoder.h @@ -69,7 +69,7 @@ class nsJPEGDecoder : public imgIDecoder { public: NS_DECL_ISUPPORTS - NS_DECL_NSIIMAGEDECODER + NS_DECL_IMGIDECODER NS_DECL_NSIOUTPUTSTREAM nsJPEGDecoder(); diff --git a/mozilla/modules/libpr0n/decoders/png/nsPNGDecoder.h b/mozilla/modules/libpr0n/decoders/png/nsPNGDecoder.h index 3fc4ec6439a..849a776055b 100644 --- a/mozilla/modules/libpr0n/decoders/png/nsPNGDecoder.h +++ b/mozilla/modules/libpr0n/decoders/png/nsPNGDecoder.h @@ -48,7 +48,7 @@ class nsPNGDecoder : public imgIDecoder { public: NS_DECL_ISUPPORTS - NS_DECL_NSIIMAGEDECODER + NS_DECL_IMGIDECODER NS_DECL_NSIOUTPUTSTREAM nsPNGDecoder(); diff --git a/mozilla/modules/libpr0n/decoders/ppm/nsPPMDecoder.h b/mozilla/modules/libpr0n/decoders/ppm/nsPPMDecoder.h index 3c7d814e79e..f0ba1c36107 100644 --- a/mozilla/modules/libpr0n/decoders/ppm/nsPPMDecoder.h +++ b/mozilla/modules/libpr0n/decoders/ppm/nsPPMDecoder.h @@ -45,7 +45,7 @@ class nsPPMDecoder : public imgIDecoder { public: NS_DECL_ISUPPORTS - NS_DECL_NSIIMAGEDECODER + NS_DECL_IMGIDECODER NS_DECL_NSIOUTPUTSTREAM nsPPMDecoder();