reduce Macintosh compiler warnings by making functions static/private

This commit is contained in:
brade@netscape.com
1999-01-06 18:45:28 +00:00
parent 20089d3ff5
commit afbe8a86b8
2 changed files with 2 additions and 0 deletions

View File

@@ -319,6 +319,7 @@ nsHTMLButtonControlFrame::MouseClicked(nsIPresContext* aPresContext)
}
// XXX temporary hack code until new style rules are added
static
void ReflowTemp(nsIPresContext& aPresContext, nsHTMLButtonControlFrame* aFrame, nsRect& aRect)
{
nsHTMLReflowMetrics metrics(nsnull);