fixed a typo that compiles on win32 but not on linux

This commit is contained in:
buster%netscape.com 1999-11-19 08:30:02 +00:00
Родитель fdbc16704a
Коммит 45693ed36c
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -25,7 +25,7 @@
#include "nsEditorController.h"
#include "nsRDFCID.h"
#include "nsCOMPtr.h"
#include "nsComponentManager.h"
#include "nsIComponentManager.h"
#include "nsIDOMHTMLFormElement.h"
#include "nsIFormControl.h"
#include "nsIForm.h"

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

@ -25,7 +25,7 @@
#include "nsEditorController.h"
#include "nsRDFCID.h"
#include "nsCOMPtr.h"
#include "nsComponentManager.h"
#include "nsIComponentManager.h"
#include "nsIDOMHTMLFormElement.h"
#include "nsIFormControl.h"
#include "nsIForm.h"