add "static" to GetFrameBorderHelper to reduce compiler warnings on Macintosh

git-svn-id: svn://10.0.0.236/trunk@21891 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brade%netscape.com
1999-02-25 15:38:29 +00:00
parent f937e91bfd
commit a64bcb4630
2 changed files with 2 additions and 0 deletions

View File

@@ -687,6 +687,7 @@ nsHTMLFramesetFrame::ReflowPlaceChild(nsIFrame* aChild,
}
static
nsFrameborder GetFrameBorderHelper(nsIHTMLContent* aContent, PRBool aStandardMode)
{
if (nsnull != aContent) {