Fix: MSVC warnings (#7423)
This commit is contained in:
@@ -449,7 +449,7 @@ int FallbackParagraphLayout::FallbackLine::GetWidth() const
|
||||
*/
|
||||
int FallbackParagraphLayout::FallbackLine::CountRuns() const
|
||||
{
|
||||
return this->size();
|
||||
return (uint)this->size();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user