Kaydet (Commit) 611a04bc authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Undefined variable mnTrailingSpaceWidth

Change-Id: Id3bf0bbeecbf4b36eb629bc5a80db7443fff4395
üst bec74ec2
......@@ -173,7 +173,7 @@ long CoreTextLayout::FillDXArray( long* pDXArray ) const
return GetTextWidth();
}
// check assumptions
DBG_ASSERT( !mnTrailingSpaceWidth, "CoreText::FillDXArray() with nTSW!=0" );
// DBG_ASSERT( !mnTrailingSpaceWidth, "CoreText::FillDXArray() with nTSW!=0" );
// initialize details about the resulting layout
InitGIA();
......
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