satisfy mac compiler

git-svn-id: svn://10.0.0.236/trunk@19935 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dp%netscape.com 1999-02-06 21:19:11 +00:00
parent b27aa3660d
commit fd364b15d8
2 changed files with 4 additions and 4 deletions

View File

@ -134,8 +134,8 @@ private:
static nsresult checkInitialized(void);
static nsresult loadFactory(FactoryEntry *aEntry, nsIFactory **aFactory);
static nsresult nsRepository::SelfRegisterDll(nsDll *dll);
static nsresult nsRepository::SelfUnregisterDll(nsDll *dll);
static nsresult SelfRegisterDll(nsDll *dll);
static nsresult SelfUnregisterDll(nsDll *dll);
public:
static nsDllStore *dllStore;

View File

@ -134,8 +134,8 @@ private:
static nsresult checkInitialized(void);
static nsresult loadFactory(FactoryEntry *aEntry, nsIFactory **aFactory);
static nsresult nsRepository::SelfRegisterDll(nsDll *dll);
static nsresult nsRepository::SelfUnregisterDll(nsDll *dll);
static nsresult SelfRegisterDll(nsDll *dll);
static nsresult SelfUnregisterDll(nsDll *dll);
public:
static nsDllStore *dllStore;