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.

This commit is contained in:
bryner%netscape.com 2002-02-08 22:59:53 +00:00
Родитель 153ad2d6a5
Коммит c573016208
3 изменённых файлов: 0 добавлений и 3 удалений

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

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

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

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

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

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