fix: missing operator construction

This commit is contained in:
Thorsten Liebig 2011-02-08 11:42:59 +01:00
parent 9a77f18637
commit 7df39bafcb

View File

@ -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;