SF Patch tracker [ 1587272 ] const-ified ixml
Submitted By: Erik Johansson git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@105 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
@@ -664,7 +664,7 @@ DOMString
|
||||
getElementValue( IXML_Node * node )
|
||||
{
|
||||
IXML_Node *child = ( IXML_Node * ) ixmlNode_getFirstChild( node );
|
||||
DOMString temp = NULL;
|
||||
const DOMString temp = NULL;
|
||||
|
||||
if( ( child != 0 ) && ( ixmlNode_getNodeType( child ) == eTEXT_NODE ) ) {
|
||||
temp = ixmlNode_getNodeValue( child );
|
||||
|
Reference in New Issue
Block a user