Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Ogda/manifestthreadpool.h')
-rw-r--r--Source/Ogda/manifestthreadpool.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/Ogda/manifestthreadpool.h b/Source/Ogda/manifestthreadpool.h
index ff8da984..aa85adfe 100644
--- a/Source/Ogda/manifestthreadpool.h
+++ b/Source/Ogda/manifestthreadpool.h
@@ -27,13 +27,13 @@
#include <vector>
#include "manifestresult.h"
-class ManifestThreadPool
-{
-private:
+class ManifestThreadPool {
+ private:
pthread_t* threads;
int thread_count;
-public:
- ManifestThreadPool(int thread_count);
+
+ public:
+ ManifestThreadPool(int thread_count);
~ManifestThreadPool();
void RunHashCalculation(const std::string& base_path, std::vector<ManifestResult>& arr);