зеркало из https://github.com/mozilla/gecko-dev.git
Bug 378692 warning C4099: 'OnLinkClickEvent' : type name first seen using 'struct' now seen using 'class'r=bz sr=bz
This commit is contained in:
Родитель
7b577b4614
Коммит
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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче