From d6944c48fa8aeb2df5462c3b21f4032bd084a450 Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Wed, 15 May 2002 22:21:15 +0000 Subject: [PATCH] Fix build bustage. git-svn-id: svn://10.0.0.236/trunk@121568 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/generic/nsHTMLReflowState.cpp | 2 ++ mozilla/layout/html/base/src/nsHTMLReflowState.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/mozilla/layout/generic/nsHTMLReflowState.cpp b/mozilla/layout/generic/nsHTMLReflowState.cpp index 711b1f356da..4b74544e8ee 100644 --- a/mozilla/layout/generic/nsHTMLReflowState.cpp +++ b/mozilla/layout/generic/nsHTMLReflowState.cpp @@ -107,6 +107,8 @@ nsHTMLReflowState::operator=(const nsHTMLReflowState &aOther) // to |this|. if (aOther.mCBReflowState == &aOther) mCBReflowState = this; + + return *this; } // Initialize a root reflow state with a rendering context to diff --git a/mozilla/layout/html/base/src/nsHTMLReflowState.cpp b/mozilla/layout/html/base/src/nsHTMLReflowState.cpp index 711b1f356da..4b74544e8ee 100644 --- a/mozilla/layout/html/base/src/nsHTMLReflowState.cpp +++ b/mozilla/layout/html/base/src/nsHTMLReflowState.cpp @@ -107,6 +107,8 @@ nsHTMLReflowState::operator=(const nsHTMLReflowState &aOther) // to |this|. if (aOther.mCBReflowState == &aOther) mCBReflowState = this; + + return *this; } // Initialize a root reflow state with a rendering context to