mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 09:19:28 +00:00
Fix for alecf's const bustage at line 1548
This commit is contained in:
parent
ba9822bb11
commit
41c00fb6af
@ -127,7 +127,7 @@ static const char gIDFormat[] =
|
||||
|
||||
// Nonexistent factory entry
|
||||
// This is used to mark non-existent contractid mappings
|
||||
static const nsFactoryEntry * const kNonExistentContractID = (nsFactoryEntry*) 1;
|
||||
static nsFactoryEntry * const kNonExistentContractID = (nsFactoryEntry*) 1;
|
||||
|
||||
|
||||
#define NS_EMPTY_IID \
|
||||
|
Loading…
x
Reference in New Issue
Block a user