mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Initialize CFormItem fields...
--HG-- branch : dfighter-tools
This commit is contained in:
parent
655d446151
commit
d046a970d9
1 changed files with 6 additions and 0 deletions
|
@ -34,6 +34,12 @@ namespace GeorgesQt
|
||||||
{
|
{
|
||||||
CFormItem::CFormItem()
|
CFormItem::CFormItem()
|
||||||
{
|
{
|
||||||
|
parentItem = NULL;
|
||||||
|
formElm = NULL;
|
||||||
|
m_form = NULL;
|
||||||
|
_StructId = 0;
|
||||||
|
_Slot = 0;
|
||||||
|
_Type = Null;
|
||||||
}
|
}
|
||||||
|
|
||||||
CFormItem::~CFormItem()
|
CFormItem::~CFormItem()
|
||||||
|
|
Loading…
Reference in a new issue