Kaydet (Commit) 7b8f64cf authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:cstylecast: nop between pointer types of exactly same spelling

Change-Id: Ia2d6f3e05398395af5e12ce9c1b35484f06a13b4
üst e4eea23a
......@@ -869,7 +869,7 @@ void SimpleXMLParser::DefaultHandler(
void SimpleXMLParser::StartElement(
const XML_Char *name, const XML_Char **atts )
{
XMLElement *pElement = new XMLElement( OString(name), ( XMLParentNode * ) m_pCurNode );
XMLElement *pElement = new XMLElement( OString(name), m_pCurNode );
m_pCurNode = pElement;
m_pCurData = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment