зеркало из https://github.com/mozilla/pjs.git
Made the nsCStringKey class NS_COM so that it could be exported across DLLs.
This commit is contained in:
Родитель
b13edc9133
Коммит
72299217c8
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче