reduce Macintosh compiler warnings by making function static

git-svn-id: svn://10.0.0.236/trunk@22553 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brade%netscape.com
1999-03-02 15:15:46 +00:00
parent de15c96e7b
commit 90c1429745
2 changed files with 2 additions and 0 deletions

View File

@@ -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) {