Fix the last checkin which broke this sample. Not part of the build (hence
this error went undetected) git-svn-id: svn://10.0.0.236/trunk@92077 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -123,12 +123,14 @@ public:
|
||||
RegisterSelf(nsIComponentManager* aCompMgr,
|
||||
nsIFile* aPath,
|
||||
const char* aRegistryLocation,
|
||||
const char* aComponentType);
|
||||
const char* aComponentType,
|
||||
const nsModuleComponentInfo *info);
|
||||
|
||||
static NS_METHOD
|
||||
UnregisterSelf(nsIComponentManager* aCompMgr,
|
||||
nsIFile* aPath,
|
||||
const char* aRegistryLocation);
|
||||
const char* aRegistryLocation,
|
||||
const nsModuleComponentInfo *info);
|
||||
|
||||
|
||||
NS_DECL_ISUPPORTS
|
||||
|
||||
Reference in New Issue
Block a user