From efcfd8f795b50455e11485d26e4c687bf83080bb Mon Sep 17 00:00:00 2001 From: "tor%cs.brown.edu" Date: Sun, 21 May 2000 02:14:17 +0000 Subject: [PATCH] SUNWspro5.0 build bustage fix - remove extra semicolon after a body which confuses the compiler. a=brendan git-svn-id: svn://10.0.0.236/trunk@70566 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/html/content/src/nsHTMLAnchorElement.cpp | 2 +- mozilla/layout/html/content/src/nsHTMLAnchorElement.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/content/html/content/src/nsHTMLAnchorElement.cpp b/mozilla/content/html/content/src/nsHTMLAnchorElement.cpp index 82cb7f10599..155d8db5c2b 100644 --- a/mozilla/content/html/content/src/nsHTMLAnchorElement.cpp +++ b/mozilla/content/html/content/src/nsHTMLAnchorElement.cpp @@ -115,7 +115,7 @@ public: // nsIContent //NS_IMPL_ICONTENT_NO_FOCUS_USING_GENERIC(mInner) - NS_IMPL_ICONTENT_NO_SETPARENT_NO_SETDOCUMENT_NO_FOCUS_USING_GENERIC(mInner); + NS_IMPL_ICONTENT_NO_SETPARENT_NO_SETDOCUMENT_NO_FOCUS_USING_GENERIC(mInner) // nsIHTMLContent NS_IMPL_IHTMLCONTENT_USING_GENERIC(mInner) diff --git a/mozilla/layout/html/content/src/nsHTMLAnchorElement.cpp b/mozilla/layout/html/content/src/nsHTMLAnchorElement.cpp index 82cb7f10599..155d8db5c2b 100644 --- a/mozilla/layout/html/content/src/nsHTMLAnchorElement.cpp +++ b/mozilla/layout/html/content/src/nsHTMLAnchorElement.cpp @@ -115,7 +115,7 @@ public: // nsIContent //NS_IMPL_ICONTENT_NO_FOCUS_USING_GENERIC(mInner) - NS_IMPL_ICONTENT_NO_SETPARENT_NO_SETDOCUMENT_NO_FOCUS_USING_GENERIC(mInner); + NS_IMPL_ICONTENT_NO_SETPARENT_NO_SETDOCUMENT_NO_FOCUS_USING_GENERIC(mInner) // nsIHTMLContent NS_IMPL_IHTMLCONTENT_USING_GENERIC(mInner)