diff --git a/src/herbe.cpp b/src/herbe.cpp index bbf3384..e8a1bb5 100644 --- a/src/herbe.cpp +++ b/src/herbe.cpp @@ -8,4 +8,4 @@ Herbe::Herbe(const int univers_ID): Organisme(univers_ID) { m_correspondance[ID] = _m_lettre; } -void Herbe::action(void) { } +void Herbe::action(void) { /* ne fais rien */ }