ensure m_pOwnerRow is NULL
This commit is contained in:
parent
eddbdb1938
commit
822e94a1c9
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@
|
|||
XFCell::XFCell()
|
||||
{
|
||||
m_pSubTable = NULL;
|
||||
m_pOwnerRow = NULL;
|
||||
m_nCol = 0;
|
||||
m_nColSpaned = 1;
|
||||
m_nRepeated = 0;
|
||||
|
|
Loading…
Reference in a new issue