Fixed compiler warning on Linux.

git-svn-id: svn://10.0.0.236/trunk@19487 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
erik%netscape.com
1999-02-03 18:11:45 +00:00
parent b210c96897
commit fcf0688ef4
4 changed files with 4 additions and 4 deletions

View File

@@ -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);

View File

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

View File

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

View File

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