|
@@ -646,7 +646,7 @@ XMLNode::~XMLNode()
|
|
|
const char* XMLNode::Value() const
|
|
const char* XMLNode::Value() const
|
|
|
{
|
|
{
|
|
|
if ( this->ToDocument() )
|
|
if ( this->ToDocument() )
|
|
|
- return ( const char* )0;
|
|
|
|
|
|
|
+ return 0;
|
|
|
return _value.GetStr();
|
|
return _value.GetStr();
|
|
|
}
|
|
}
|
|
|
|
|
|