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

const_cast: convert some C-style casts and remove some redundant ones

Change-Id: I0f8379517d8e97c24b32ca58749f1c0f2c7e8f49
üst d3b69645
...@@ -286,7 +286,7 @@ OString XRMResParser::GetAttribute( const OString &rToken, const OString &rAttri ...@@ -286,7 +286,7 @@ OString XRMResParser::GetAttribute( const OString &rToken, const OString &rAttri
void XRMResParser::Error( const OString &rError ) void XRMResParser::Error( const OString &rError )
{ {
yyerror(( char * ) rError.getStr()); yyerror(rError.getStr());
} }
......
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