fix build warning.

This commit is contained in:
bzbarsky%mit.edu 2003-04-12 15:03:08 +00:00
parent 7c1e1a7c68
commit e1aca3947c
2 changed files with 2 additions and 2 deletions

View File

@ -181,7 +181,7 @@ protected:
nsresult GetWindowOriginInPixels(nsIPresContext * aPresContext, PRBool aWindoless, nsPoint* aOrigin);
friend nsPluginInstanceOwner;
friend class nsPluginInstanceOwner;
nsIPresContext *mPresContext; // weak ref
private:

View File

@ -181,7 +181,7 @@ protected:
nsresult GetWindowOriginInPixels(nsIPresContext * aPresContext, PRBool aWindoless, nsPoint* aOrigin);
friend nsPluginInstanceOwner;
friend class nsPluginInstanceOwner;
nsIPresContext *mPresContext; // weak ref
private: