Minor typo fix

This commit is contained in:
Paul Sutton 2019-11-08 10:24:58 +00:00 committed by Andre Puschmann
parent ee209fc0a2
commit b2e6ef772b
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ private:
};
class prach_worker_pool:
class prach_worker_pool
{
private:
std::vector<std::unique_ptr<prach_worker> > prach_vec;