Initialize CFormItem fields...

This commit is contained in:
dfighter1985 2014-08-20 19:57:16 +02:00
parent 6d19500e35
commit f32ded34fa

View file

@ -34,6 +34,12 @@ namespace GeorgesQt
{
CFormItem::CFormItem()
{
parentItem = NULL;
formElm = NULL;
m_form = NULL;
_StructId = 0;
_Slot = 0;
_Type = Null;
}
CFormItem::~CFormItem()