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:
alecf%netscape.com 2002-12-03 02:24:50 +00:00
parent 1e4d37b68e
commit 506ef8ddc6

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