Processing default enabled

pull/1/head
Thorsten Liebig 2010-03-04 16:54:16 +01:00
parent 0a39d32a07
commit 5ee107fcbc
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ Processing::Processing(Operator* op, Engine* eng)
{ {
Op=op; Op=op;
Eng=eng; Eng=eng;
Enabled = true;
} }
Processing::~Processing() Processing::~Processing()