* eoParallel: added a missing attribute
This commit is contained in:
parent
32a183e8ca
commit
db4eda2de5
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ private:
|
|||
eoValueParam<bool> _isEnabled;
|
||||
eoValueParam<bool> _isDynamic;
|
||||
eoValueParam<std::string> _prefix;
|
||||
eoValueParam<unsigned int> _nthreads;
|
||||
};
|
||||
|
||||
void make_parallel(eoParser&);
|
||||
|
|
|
|||
Reference in a new issue