made destructor virtual and fixed include to end with a lowercase .h

This commit is contained in:
davidm%netscape.com 1999-04-27 02:54:53 +00:00
Родитель 0de35f43a0
Коммит 3ea798d793
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -31,7 +31,7 @@
#include "nsAppShellCIDs.h"
#include "nsIURL.h"
#include "nsIDOMHTMLInputElement.h"
#include "nsIWebShellWindow.H"
#include "nsIWebShellWindow.h"
#include "nsIDOMEventReceiver.h"
#include "nsIURL.h"

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

@ -30,7 +30,7 @@ class nsNetSupportDialog : public nsINetSupportDialogService, public nsIXULWind
{
public:
nsNetSupportDialog();
~nsNetSupportDialog();
virtual ~nsNetSupportDialog();
NS_IMETHOD Alert( const nsString &aText );
NS_IMETHOD Confirm( const nsString &aText,PRInt32* returnValue );