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

loplugin:redundantfcast (clang-cl)

Change-Id: I2ce9f8bcf4631ea93407eeaa49ca27eed3eb8e23
üst 900b1109
......@@ -208,7 +208,7 @@ void CContentReader::characters( const std::wstring& character )
{
if ( character.length() > 0 && !HasOnlySpaces( character ) )
{
addChunk( getLocale( getCurrentContentStyle() ), ::std::wstring( character ) );
addChunk( getLocale( getCurrentContentStyle() ), character );
ITag* pTagBuilder = m_TagBuilderStack.top();
pTagBuilder->addCharacters( character );
......
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