stupid mac / linux compilers were accepting "const const" - but the mac does not.

fixing bustage
This commit is contained in:
alecf%netscape.com 2002-12-03 02:24:50 +00:00
parent 8da96b15cc
commit 5dbd9ca724

View File

@ -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