Cosmetics: address cppcheck warnings on src/actions

This commit is contained in:
Felipe Zimmerle
2020-01-22 10:37:24 -03:00
parent a6620604d4
commit 9101a8ab15
96 changed files with 99 additions and 97 deletions

View File

@@ -32,7 +32,7 @@ namespace actions {
class Phase : public Action {
public:
explicit Phase(std::string action) : Action(action, ConfigurationKind),
explicit Phase(const std::string &action) : Action(action, ConfigurationKind),
m_phase(0),
m_secRulesPhase(0) { }