emptyness -> emptiness
Change-Id: Id04bea1d07735511acb6d29c96c46d4dea222c0c
This commit is contained in:
@@ -41,7 +41,7 @@ namespace basegfx
|
|||||||
|
|
||||||
// special-casing the empty rect case (this will fail most
|
// special-casing the empty rect case (this will fail most
|
||||||
// of the times below, because of the DBL_MIN/MAX special
|
// of the times below, because of the DBL_MIN/MAX special
|
||||||
// values denoting emptyness in the rectangle.
|
// values denoting emptiness in the rectangle.
|
||||||
if( a.isEmpty() )
|
if( a.isEmpty() )
|
||||||
{
|
{
|
||||||
o_rRanges.push_back( b );
|
o_rRanges.push_back( b );
|
||||||
|
Reference in New Issue
Block a user