Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
git-svn-id: svn://10.0.0.236/trunk@113225 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -244,7 +244,7 @@ protected:
|
||||
};
|
||||
|
||||
// The module loader information.
|
||||
static nsModuleComponentInfo gComponentInfo[] = {
|
||||
static const nsModuleComponentInfo gComponentInfo[] = {
|
||||
{ "Events Sample Plugin",
|
||||
NS_EVENTSAMPLEPLUGIN_CID,
|
||||
NS_INLINE_PLUGIN_CONTRACTID_PREFIX PLUGIN_MIME_TYPE,
|
||||
|
||||
Reference in New Issue
Block a user