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
parent e9ab9b2dd9
commit 693dd1775e

View File

@ -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"
%}