diff options
Diffstat (limited to 'src/buildtool/multithreading/task.hpp')
-rw-r--r-- | src/buildtool/multithreading/task.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/multithreading/task.hpp b/src/buildtool/multithreading/task.hpp index a8c4591e..05331d75 100644 --- a/src/buildtool/multithreading/task.hpp +++ b/src/buildtool/multithreading/task.hpp @@ -47,7 +47,7 @@ class Task { explicit operator bool() const noexcept { return f_.operator bool(); } private: - TaskFunc f_{}; + TaskFunc f_; }; #endif // INCLUDED_SRC_BUILDTOOL_MULTITHREADING_TASK_HPP |