From b53b26a75e9d2e469637a6d3b6c29912e1609886 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" Date: Wed, 25 Apr 2007 03:13:57 +0000 Subject: [PATCH] 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 --- mozilla/docshell/base/nsWebShell.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/docshell/base/nsWebShell.h b/mozilla/docshell/base/nsWebShell.h index e2970dd374f..75eb1a0dad1 100644 --- a/mozilla/docshell/base/nsWebShell.h +++ b/mozilla/docshell/base/nsWebShell.h @@ -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();