Made the nsCStringKey class NS_COM so that it could be exported across DLLs.

git-svn-id: svn://10.0.0.236/trunk@24912 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson%netscape.com
1999-03-23 23:12:35 +00:00
parent 99eb5c0d79
commit 19092c6c7e
2 changed files with 2 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ public:
#include "plstr.h"
class nsCStringKey : public nsHashKey {
class NS_COM nsCStringKey : public nsHashKey {
private:
char mBuf[64];
char* mStr;

View File

@@ -145,7 +145,7 @@ public:
#include "plstr.h"
class nsCStringKey : public nsHashKey {
class NS_COM nsCStringKey : public nsHashKey {
private:
char mBuf[64];
char* mStr;