Applying patches by Michi to Enigma

This commit is contained in:
pelya
2010-10-15 14:23:30 +03:00
parent 679f64d3a0
commit ebaff58990
15 changed files with 141 additions and 84 deletions

View File

@@ -174,7 +174,7 @@ namespace enigma {
DOMNodeList * propList = propertiesElem->getElementsByTagName(Utf8ToXML("property").x_str());
for (int i = 0, l = propList-> getLength(); i < l && !propFound; i++) {
property = dynamic_cast<DOMElement *>(propList->item(i));
property = reinterpret_cast<DOMElement *>(propList->item(i));
if (XMLString::equals(key,
property->getAttribute(Utf8ToXML("key").x_str()))) {
propFound = true;