1
0
Fork 0
This commit is contained in:
Jan Steemann 2014-07-29 08:55:57 +02:00
parent a39d5678d4
commit a7e69ff80d
1 changed files with 1 additions and 1 deletions

View File

@ -657,7 +657,7 @@ AstNode* QueryAst::createNodeRange (AstNode const* start,
AstNode* QueryAst::createNodeNop () {
if (_nopNode == nullptr) {
_nopNode == createNode(NODE_TYPE_NOP);
_nopNode = createNode(NODE_TYPE_NOP);
}
return _nopNode;