From 2fa52a2da9b65834d1a886bd89f41fcf7e1cc4fd Mon Sep 17 00:00:00 2001 From: "brade%netscape.com" Date: Tue, 19 Feb 2002 18:27:25 +0000 Subject: [PATCH] fix mac build bustage git-svn-id: svn://10.0.0.236/trunk@114941 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/table/src/nsTableFrame.cpp | 4 ++-- mozilla/layout/tables/nsTableFrame.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mozilla/layout/html/table/src/nsTableFrame.cpp b/mozilla/layout/html/table/src/nsTableFrame.cpp index 718136af383..952d9a34812 100644 --- a/mozilla/layout/html/table/src/nsTableFrame.cpp +++ b/mozilla/layout/html/table/src/nsTableFrame.cpp @@ -6491,7 +6491,7 @@ CalcHorCornerOffset(PRUint8 aCornerOwnerSide, struct BCVerticalSeg { - BCVerticalSeg::BCVerticalSeg(); + BCVerticalSeg(); void Start(BCMapBorderIterator& aIter, BCBorderOwner aBorderOwner, @@ -6556,7 +6556,7 @@ BCVerticalSeg::Start(BCMapBorderIterator& aIter, struct BCHorizontalSeg { - BCHorizontalSeg::BCHorizontalSeg(); + BCHorizontalSeg(); void Start(BCMapBorderIterator& aIter, BCBorderOwner aBorderOwner, diff --git a/mozilla/layout/tables/nsTableFrame.cpp b/mozilla/layout/tables/nsTableFrame.cpp index 718136af383..952d9a34812 100644 --- a/mozilla/layout/tables/nsTableFrame.cpp +++ b/mozilla/layout/tables/nsTableFrame.cpp @@ -6491,7 +6491,7 @@ CalcHorCornerOffset(PRUint8 aCornerOwnerSide, struct BCVerticalSeg { - BCVerticalSeg::BCVerticalSeg(); + BCVerticalSeg(); void Start(BCMapBorderIterator& aIter, BCBorderOwner aBorderOwner, @@ -6556,7 +6556,7 @@ BCVerticalSeg::Start(BCMapBorderIterator& aIter, struct BCHorizontalSeg { - BCHorizontalSeg::BCHorizontalSeg(); + BCHorizontalSeg(); void Start(BCMapBorderIterator& aIter, BCBorderOwner aBorderOwner,