Bug 729135: Fix virtual function warnings in core plugin code. r=bsmedberg

This commit is contained in:
Josh Aas
2012-02-22 00:19:27 -05:00
parent b25f7a5289
commit 004aeb9802
2 changed files with 4 additions and 1 deletions

View File

@@ -688,7 +688,7 @@ protected:
public:
nsNPAPIStreamWrapper(nsIOutputStream* stream);
~nsNPAPIStreamWrapper();
virtual ~nsNPAPIStreamWrapper();
void GetStream(nsIOutputStream* &result);
NPStream* GetNPStream() { return &fNPStream; }