stupid mac / linux compilers were accepting "const const" - but the mac does not.
fixing bustage git-svn-id: svn://10.0.0.236/trunk@134660 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
1e4d37b68e
commit
506ef8ddc6
@ -236,8 +236,8 @@ private:
|
||||
nsCOMPtr<nsISupports> mValue;
|
||||
};
|
||||
|
||||
DECL_DHASH_WRAPPER(StringToObjectTable, StringToObjectEntry, const nsACString&)
|
||||
DHASH_WRAPPER(StringToObjectTable, StringToObjectEntry, const nsACString&)
|
||||
DECL_DHASH_WRAPPER(StringToObjectTable, StringToObjectEntry, nsACString&)
|
||||
DHASH_WRAPPER(StringToObjectTable, StringToObjectEntry, nsACString&)
|
||||
|
||||
//
|
||||
// Generic pldhash table stuff for mapping one nsISupports to another
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user