Fixing bustage on Sun WS6 update 2, it apparently doesn't like the forward declaration of gfxIImageFrame just before it's defined. r=seawood, sr=jst.

git-svn-id: svn://10.0.0.236/trunk@114078 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%netscape.com
2002-02-08 22:59:53 +00:00
parent 7221c00cf9
commit 2d2136cbf6
3 changed files with 0 additions and 3 deletions

View File

@@ -30,7 +30,6 @@
#include "nsRect.h"
%}
interface gfxIImageFrame;
native nsRectRef(nsRect &);
/**

View File

@@ -30,7 +30,6 @@
#include "nsRect.h"
%}
interface gfxIImageFrame;
native nsRectRef(nsRect &);
/**

View File

@@ -30,7 +30,6 @@
#include "nsRect.h"
%}
interface gfxIImageFrame;
native nsRectRef(nsRect &);
/**