klocwork; CppCheckExecutor has dynamic memory and needs copy constructor and assignment operator

This commit is contained in:
Daniel Marjamäki 2021-10-28 16:33:15 +02:00
parent d90ee9bfb9
commit 872bd44c58
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ public:
* Constructor
*/
CppCheckExecutor();
CppCheckExecutor(const CppCheckExecutor &) = delete;
void operator=(const CppCheckExecutor&) = delete;
/**
* Destructor