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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/blenlib/intern/task_pool.cc')
-rw-r--r--source/blender/blenlib/intern/task_pool.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/task_pool.cc b/source/blender/blenlib/intern/task_pool.cc
index cf328ec407c..b277118af5d 100644
--- a/source/blender/blenlib/intern/task_pool.cc
+++ b/source/blender/blenlib/intern/task_pool.cc
@@ -90,7 +90,7 @@ class Task {
other.freedata = NULL;
}
-#if defined(WITH_TBB) && TBB_INTERFACE_VERSION_MAJOR < 10
+#if 1 //defined(WITH_TBB) && TBB_INTERFACE_VERSION_MAJOR < 10
Task(const Task &other)
: pool(other.pool),
run(other.run),