Afegides recomanacions de cppcheck

Optimitzada la funció updateBalloonSpeed() i eliminades funcions sobrants o redundants
This commit is contained in:
2024-10-13 11:03:50 +02:00
parent 22d457285d
commit c11a868289
19 changed files with 221 additions and 499 deletions

View File

@@ -27,7 +27,7 @@ private:
public:
// Constructor
Writer(std::shared_ptr<Text> text);
explicit Writer(std::shared_ptr<Text> text);
// Destructor
~Writer() = default;