cppcheck
This commit is contained in:
@@ -47,6 +47,9 @@ class Intro {
|
||||
// Destructor
|
||||
~Intro();
|
||||
|
||||
Intro(const Intro &) = delete;
|
||||
Intro &operator=(const Intro &) = delete;
|
||||
|
||||
// Bucle principal
|
||||
void run();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user