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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user