mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
stupid mac / linux compilers were accepting "const const" - but the mac does not.
fixing bustage
This commit is contained in:
parent
8da96b15cc
commit
5dbd9ca724
@ -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…
Reference in New Issue
Block a user