Fixed compiler warning on Linux.

This commit is contained in:
erik%netscape.com 1999-02-03 18:11:45 +00:00
Родитель d2dacc75b2
Коммит e8de824d89
4 изменённых файлов: 4 добавлений и 4 удалений

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

@ -22,7 +22,7 @@
#include "nsProperties.h"
#include "nsRepository.h"
extern "C" PRInt32 gLockCount = 0;
PRInt32 gLockCount = 0;
NS_DEFINE_IID(kIFactoryIID, NS_IFACTORY_IID);

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

@ -21,6 +21,6 @@
#include "prtypes.h"
extern "C" PRInt32 gLockCount;
extern PRInt32 gLockCount;
#endif /* nsBaseDLL_h___ */

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

@ -32,7 +32,7 @@ class nsProperties : public nsIProperties
{
public:
nsProperties();
~nsProperties();
virtual ~nsProperties();
NS_DECL_ISUPPORTS

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

@ -32,7 +32,7 @@ class nsProperties : public nsIProperties
{
public:
nsProperties();
~nsProperties();
virtual ~nsProperties();
NS_DECL_ISUPPORTS