Bug 595697 - nsIPluginInstance.h(30) : warning C4099: 'gfxASurface' : type name first seen using 'class' now seen using 'struct' r=benjamin a=approval2.0

This commit is contained in:
Oleg Romashin 2010-11-06 10:42:39 +02:00
Родитель 93abb42394
Коммит 73e1be01e9
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -47,7 +47,7 @@ interface nsIOutputStream;
#include "gfxASurface.h"
struct JSContext;
struct JSObject;
struct gfxASurface;
class gfxASurface;
#define NPRUNTIME_JSCLASS_NAME "NPObject JS wrapper class"
%}