reduce Macintosh compiler warnings by making function static

This commit is contained in:
brade@netscape.com
1999-03-02 15:15:46 +00:00
parent f5df0f1b13
commit cd919bc90f
2 changed files with 2 additions and 0 deletions
@@ -605,6 +605,7 @@ nsHTMLButtonControlFrame::Paint(nsIPresContext& aPresContext,
// XXX a hack until the reflow state does this correctly
// XXX when it gets fixed, leave in the printf statements or add an assertion
static
void ButtonHack(nsHTMLReflowState& aReflowState, char* aMessage)
{
if (aReflowState.computedWidth == 0) {