зеркало из https://github.com/mozilla/gecko-dev.git
fixing compilation errors
This commit is contained in:
Родитель
6cea04ed00
Коммит
cfb3f70b31
|
@ -26,8 +26,8 @@ struct nsCtxTupple
|
|||
PRUint32 mResult;
|
||||
};
|
||||
|
||||
|
||||
static nsCtxTupple *gCtxTable={{},{},{}};
|
||||
//this here line don't compile:
|
||||
//static nsCtxTupple *gCtxTable={{},{},{}};
|
||||
|
||||
class nsEditorDefaultLoader : public nsIContextLoader{
|
||||
public:
|
||||
|
|
|
@ -26,8 +26,8 @@ struct nsCtxTupple
|
|||
PRUint32 mResult;
|
||||
};
|
||||
|
||||
|
||||
static nsCtxTupple *gCtxTable={{},{},{}};
|
||||
//this here line don't compile:
|
||||
//static nsCtxTupple *gCtxTable={{},{},{}};
|
||||
|
||||
class nsEditorDefaultLoader : public nsIContextLoader{
|
||||
public:
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#ifndef nsIContextLoader_h__
|
||||
#define nsIContextLoader_h__
|
||||
|
||||
#include "nsISupports.h"
|
||||
|
||||
#define NS_IEDITOR_IID \
|
||||
{/* A3C5EE71-742E-11d2-8F2C-006008310194*/ \
|
||||
|
|
Загрузка…
Ссылка в новой задаче