cppcheck
This commit is contained in:
@@ -52,6 +52,9 @@ class Item {
|
||||
// Destructor
|
||||
~Item();
|
||||
|
||||
Item(const Item &) = delete;
|
||||
Item &operator=(const Item &) = delete;
|
||||
|
||||
// Centra el objeto en la posición X
|
||||
void allignTo(int x);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user