add "static" to CreateRobotDialog and CreateSizeDialog to reduce compiler warnings on Macintosh

This commit is contained in:
brade%netscape.com 1999-02-25 15:40:59 +00:00
Родитель d8e044b8da
Коммит 628c7c5051
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -844,6 +844,7 @@ nsEventStatus PR_CALLBACK HandleRobotEvent(nsGUIEvent *aEvent)
//--------------------------------------------
//
//--------------------------------------------
static
PRBool CreateRobotDialog(nsIWidget * aParent)
{
@ -1217,6 +1218,7 @@ nsEventStatus PR_CALLBACK HandleSiteEvent(nsGUIEvent *aEvent)
//-----------------------------------------
//--
//-----------------------------------------
static
PRBool CreateSiteDialog(nsIWidget * aParent)
{