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:
@@ -145,7 +145,7 @@ public:
|
||||
|
||||
#include "plstr.h"
|
||||
|
||||
class nsCStringKey : public nsHashKey {
|
||||
class NS_COM nsCStringKey : public nsHashKey {
|
||||
private:
|
||||
char mBuf[64];
|
||||
char* mStr;
|
||||
|
||||
@@ -145,7 +145,7 @@ public:
|
||||
|
||||
#include "plstr.h"
|
||||
|
||||
class nsCStringKey : public nsHashKey {
|
||||
class NS_COM nsCStringKey : public nsHashKey {
|
||||
private:
|
||||
char mBuf[64];
|
||||
char* mStr;
|
||||
|
||||
Reference in New Issue
Block a user