fix: missing operator construction
This commit is contained in:
parent
9a77f18637
commit
7df39bafcb
@ -44,7 +44,7 @@ Engine* Operator_Multithread::CreateEngine() const
|
||||
return e;
|
||||
}
|
||||
|
||||
Operator_Multithread::Operator_Multithread()
|
||||
Operator_Multithread::Operator_Multithread() : Operator_SSE_Compressed()
|
||||
{
|
||||
m_CalcEC_Start=NULL;
|
||||
m_CalcEC_Stop=NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user