mirror of https://github.com/nymea/nymea.git
fix uninitialised variable
parent
0fb81ef3ee
commit
dbd8f0a603
|
|
@ -21,7 +21,8 @@
|
|||
#include "devicemanager.h"
|
||||
|
||||
StateEvaluator::StateEvaluator(const StateDescriptor &stateDescriptor):
|
||||
m_stateDescriptor(stateDescriptor)
|
||||
m_stateDescriptor(stateDescriptor),
|
||||
m_operatorType(StateOperatorAnd)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue