Cppcheck: Solve issues related to copy constructor
This commit is contained in:
@@ -167,6 +167,8 @@ public:
|
||||
reset();
|
||||
}
|
||||
|
||||
LUT(const LUT&) = delete;
|
||||
|
||||
~LUT()
|
||||
{
|
||||
if (owner) {
|
||||
|
Reference in New Issue
Block a user