mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 19:51:58 +01:00
merge fix from devel
This commit is contained in:
@@ -42,7 +42,7 @@ Cell::~Cell()
|
|||||||
void Cell::setFonts(FontMapPtr pFontMap)
|
void Cell::setFonts(FontMapPtr pFontMap)
|
||||||
{
|
{
|
||||||
_pFontMap = pFontMap;
|
_pFontMap = pFontMap;
|
||||||
if (_pFontMap) poco_assert(_pFontMap->size() == 4);
|
poco_assert(!_pFontMap || (_pFontMap->size() == 4));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user