Bug 378692 warning C4099: 'OnLinkClickEvent' : type name first seen using 'struct' now seen using 'class'

r=bz sr=bz


git-svn-id: svn://10.0.0.236/trunk@224986 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2007-04-25 03:13:57 +00:00
parent 207347dd30
commit b53b26a75e

View File

@@ -49,7 +49,7 @@
class nsIController;
struct PRThread;
struct OnLinkClickEvent;
class OnLinkClickEvent;
typedef enum {
eCharsetReloadInit,
@@ -104,7 +104,7 @@ public:
// NS_IMETHOD SetURL(const PRUnichar* aURL);
friend struct OnLinkClickEvent;
friend class OnLinkClickEvent;
protected:
void InitFrameData();