fix warnings in transformiix standalone, not part of build, r/sr=peterv

This commit is contained in:
axel%pike.org 2003-03-05 21:42:29 +00:00
Родитель da60ad7a2f
Коммит 94a5336ca2
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -119,7 +119,7 @@ ProcessingInstruction*
//
//Return an Element by ID, introduced by DOM2
//
DHASH_WRAPPER(txIDMap, txIDEntry, const nsAString&)
DHASH_WRAPPER(txIDMap, txIDEntry, nsAString&)
Element* Document::getElementById(const nsAString& aID)
{

Просмотреть файл

@ -381,7 +381,7 @@ public:
}
Element* mElement;
};
DECL_DHASH_WRAPPER(txIDMap, txIDEntry, const nsAString&)
DECL_DHASH_WRAPPER(txIDMap, txIDEntry, nsAString&)
class Document : public NodeDefinition
{