This commit is contained in:
jfrancis%netscape.com 1998-11-24 00:26:32 +00:00
Родитель 6cea04ed00
Коммит cfb3f70b31
3 изменённых файлов: 5 добавлений и 4 удалений

Просмотреть файл

@ -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*/ \