CID#707643 uninitialized members
Change-Id: I23386c780bf484652a518d907d7dc0cc3c910040
This commit is contained in:
@@ -25,11 +25,16 @@
|
||||
#include "expr.hxx"
|
||||
|
||||
|
||||
SbiExprNode::SbiExprNode( void )
|
||||
SbiExprNode::SbiExprNode()
|
||||
{
|
||||
pLeft = NULL;
|
||||
pRight = NULL;
|
||||
pWithParent = NULL;
|
||||
pGen = NULL;
|
||||
eNodeType = SbxDUMMY;
|
||||
eType = SbxVARIANT;
|
||||
eTok = NIL;
|
||||
bError = false;
|
||||
}
|
||||
|
||||
SbiExprNode::SbiExprNode( SbiParser* p, SbiExprNode* l, SbiToken t, SbiExprNode* r )
|
||||
|
Reference in New Issue
Block a user