fftester: apparent wrong property tested for existence

Change-Id: I5d208bb2a85d7aa4eea9b1c950eeb6f35493f759
This commit is contained in:
Caolán McNamara
2016-09-02 21:12:43 +01:00
parent 326da3886e
commit a42f4aaba3
2 changed files with 1 additions and 1 deletions

View File

@@ -1276,7 +1276,7 @@ void SectionPropertyMap::CloseSectionGroup( DomainMapper_Impl& rDM_Impl )
if( pEntry.get( ) )
{
boost::optional<PropertyMap::Property> pPropHeight = pEntry->pProperties->getProperty(PROP_CHAR_HEIGHT_ASIAN);
if(pProp)
if (pPropHeight)
{
double fHeight = 0;
if( pPropHeight->second >>= fHeight )