mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
merge fix from devel
This commit is contained in:
parent
d10fc9cb74
commit
417a351401
@ -42,7 +42,7 @@ Cell::~Cell()
|
||||
void Cell::setFonts(FontMapPtr pFontMap)
|
||||
{
|
||||
_pFontMap = pFontMap;
|
||||
if (_pFontMap) poco_assert(_pFontMap->size() == 4);
|
||||
poco_assert(!_pFontMap || (_pFontMap->size() == 4));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user