Fix a compil warning
This commit is contained in:
parent
5fd7064f76
commit
a61ea1fb0c
|
@ -260,7 +260,7 @@ PCB_EXPR_COMPILER::PCB_EXPR_COMPILER()
|
|||
|
||||
PCB_EXPR_EVALUATOR::PCB_EXPR_EVALUATOR()
|
||||
{
|
||||
m_result = NAN;
|
||||
m_result = 0;
|
||||
m_errorStatus.pendingError = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue