From a71561f847191e1af6b51ce35598ad5fb21e23cf Mon Sep 17 00:00:00 2001 From: "kmcclusk%netscape.com" Date: Thu, 28 Jan 1999 19:29:15 +0000 Subject: [PATCH] Added return type to fix build bustage --- content/html/content/src/nsHTMLInputElement.cpp | 1 + layout/html/content/src/nsHTMLInputElement.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/content/html/content/src/nsHTMLInputElement.cpp b/content/html/content/src/nsHTMLInputElement.cpp index 86fe28f33fe4..b29d55261e2e 100644 --- a/content/html/content/src/nsHTMLInputElement.cpp +++ b/content/html/content/src/nsHTMLInputElement.cpp @@ -346,6 +346,7 @@ nsHTMLInputElement::SetValue(const nsString& aValue) NS_RELEASE(formControlFrame); } } + return NS_OK; } NS_IMETHODIMP diff --git a/layout/html/content/src/nsHTMLInputElement.cpp b/layout/html/content/src/nsHTMLInputElement.cpp index 86fe28f33fe4..b29d55261e2e 100644 --- a/layout/html/content/src/nsHTMLInputElement.cpp +++ b/layout/html/content/src/nsHTMLInputElement.cpp @@ -346,6 +346,7 @@ nsHTMLInputElement::SetValue(const nsString& aValue) NS_RELEASE(formControlFrame); } } + return NS_OK; } NS_IMETHODIMP