Bug 736890 follow-up - Forward declare gfxMatrix using |struct|, not |class|. r=me.

This commit is contained in:
Jonathan Watt 2012-03-20 19:44:24 +00:00
Родитель a53d9fd428
Коммит 054c717487
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -43,10 +43,10 @@
#include "nsQueryFrame.h"
#include "nsRect.h"
class gfxMatrix;
class nsIFrame;
class nsRenderingContext;
struct gfxMatrix;
struct nsPoint;
namespace mozilla {