mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-25 22:29:07 +00:00
Bug 378692 warning C4099: 'OnLinkClickEvent' : type name first seen using 'struct' now seen using 'class'r=bz sr=bz
This commit is contained in:
parent
7b577b4614
commit
19fe340b2b
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user