Cppcheck: Solve issues related to copy constructor
This commit is contained in:
@@ -80,6 +80,8 @@ public:
|
||||
threadPool_ = new Glib::ThreadPool(threadCount, 0);
|
||||
}
|
||||
|
||||
Impl(const Impl&) = delete;
|
||||
|
||||
Glib::ThreadPool* threadPool_;
|
||||
MyMutex mutex_;
|
||||
JobSet jobs_;
|
||||
|
Reference in New Issue
Block a user