changed a lot of small clang-tidy warnings
This commit is contained in:
@ -13,9 +13,8 @@
|
||||
#define __Chain_include__
|
||||
|
||||
class Chain {
|
||||
|
||||
private:
|
||||
Chain(const Chain ©); // Verhindere Kopieren
|
||||
Chain(const Chain& copy) = delete; // Verhindere Kopieren
|
||||
|
||||
public:
|
||||
Chain* next;
|
||||
|
||||
Reference in New Issue
Block a user