Warning fix for ANSI C++ violation.

This commit is contained in:
bruce%cybersight.com 1999-05-15 22:38:28 +00:00
Родитель 708e8e0c02
Коммит b94243c954
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -50,7 +50,7 @@ static NS_DEFINE_CID(kEditorCID, NS_EDITOR_CID);
nsresult NS_InitEditorMode(nsIDOMDocument *aDOMDocument, nsIPresShell* aPresShell)
{
nsresult result = NS_OK;
static needsInit=PR_TRUE;
static PRBool needsInit=PR_TRUE;
// This is a big leak if called > once, but its only temp test code, correct?
if (gEditor)
gEditor=nsnull;